Fundamentals
Preparing search index...
Field
Class Field
Represents a field on a type.
Index
Constructors
constructor
Properties
derivatives
enumerable
generic
Arguments
name
type
Constructors
constructor
new
Field
(
name
:
string
,
type
:
Constructor
,
enumerable
:
boolean
,
derivatives
:
Constructor
[]
,
genericArguments
:
Constructor
[]
,
)
:
Field
Parameters
name
:
string
type
:
Constructor
enumerable
:
boolean
derivatives
:
Constructor
[]
genericArguments
:
Constructor
[]
Returns
Field
Properties
Readonly
derivatives
derivatives
:
Constructor
[]
Readonly
enumerable
enumerable
:
boolean
Readonly
generic
Arguments
genericArguments
:
Constructor
[]
Readonly
name
name
:
string
Readonly
type
type
:
Constructor
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
derivatives
enumerable
generic
Arguments
name
type
Fundamentals
Loading...
Represents a field on a type.