ILPropertyDef Type
Property definitions
Constructors
Constructor |
Description
|
Full Usage:
ILPropertyDef(name, attributes, setMethod, getMethod, callingConv, propertyType, init, args, customAttrs)
Parameters:
string
attributes : PropertyAttributes
setMethod : ILMethodRef option
getMethod : ILMethodRef option
callingConv : ILThisConvention
propertyType : ILType
init : ILFieldInit option
args : ILTypes
customAttrs : ILAttributes
Returns: ILPropertyDef
|
Functional creation of a value, immediate
|
Full Usage:
ILPropertyDef(name, attributes, setMethod, getMethod, callingConv, propertyType, init, args, customAttrsStored, metadataIndex)
Parameters:
string
attributes : PropertyAttributes
setMethod : ILMethodRef option
getMethod : ILMethodRef option
callingConv : ILThisConvention
propertyType : ILType
init : ILFieldInit option
args : ILTypes
customAttrsStored : ILAttributesStored
metadataIndex : int32
Returns: ILPropertyDef
|
Functional creation of a value, using delayed reading via a metadata index, for ilread.fs
|
Instance members
Instance member |
Description
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
this.IsRTSpecialName
Returns: bool
|
|
Full Usage:
this.IsSpecialName
Returns: bool
|
|
Full Usage:
this.Name
Returns: string
|
|
|
|
|
|
Full Usage:
this.With
Parameters:
string
?attributes : PropertyAttributes
?setMethod : ILMethodRef option
?getMethod : ILMethodRef option
?callingConv : ILThisConvention
?propertyType : ILType
?init : ILFieldInit option
?args : ILTypes
?customAttrs : ILAttributes
Returns: ILPropertyDef
|
Functional update of the value
|