CustomPropertyCollection Class

CustomPropertyCollection class

A collection of objects that represent additional information.


type CustomPropertyCollection struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
AddAdds custom property information.
Get_IntGets the custom property by the specific index.
Get_StringGets the custom property by the property name.
GetCount