System.Object Extension
Location
Instance Methods
constructor
constructor
System.Object()
init()
Sub New()
constructor (Reference<TypeName>, Type, Slice<Reference<Func>>)
constructor(aobj: Reference<TypeName>; aunderlying: Type; amethods: Slice<Reference<Func>>)
System.Object(Reference<TypeName> aobj, Type aunderlying, Slice<Reference<Func>> amethods)
init(_ aobj: Reference<TypeName>, _ aunderlying: Type, _ amethods: Slice<Reference<Func>>)
Sub New(aobj As Reference<TypeName>, aunderlying As Type, amethods As Slice<Reference<Func>>)
Parameters:
- aobj:
- aunderlying:
- amethods:
constructor (Named)
constructor(value: Named)
System.Object(Named value)
init(_ value: Named)
Sub New(value As Named)
Parameters:
- value: