MarshalledObject.emptyArray constructor
MarshalledObject.emptyArray()
Implementation
MarshalledObject.emptyArray()
{
this._rawValue = <Object?>[];
}
MarshalledObject.emptyArray()
{
this._rawValue = <Object?>[];
}