Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GenericClass<T>

This is a generic class.

Type parameters

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

  • new GenericClass(p1: any, p2: T, p3: number, p4: number): GenericClass
  • Constructor short text.

    Parameters

    • p1: any

      Constructor param

    • p2: T

      Private string property

    • p3: number

      Public number property

    • p4: number

      Public implicit any property

    Returns GenericClass

Properties

Protected p2

p2: T

Private string property

p3

p3: number

Public number property

Private p4

p4: number

Public implicit any property

value

value: T

Methods

getValue

  • getValue(): T

setValue

  • setValue(value: T): void

Generated using TypeDoc