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<T>(p1: any, p2: T, p3: number, p4: number, p5: string): GenericClass<T>
  • Constructor short text.

    Type parameters

    Parameters

    • p1: any

      Constructor param

    • p2: T

      Private string property

    • p3: number

      Public number property

    • p4: number

      Public implicit any property

    • p5: string

      Readonly property

    Returns GenericClass<T>

Properties

Protected p2

p2: T

p3

p3: number

Readonly p5

p5: string

value

value: T

Methods

getValue

  • getValue(): T
  • Returns T

setValue

  • setValue(value: T): void
  • Parameters

    Returns void

Generated using TypeDoc