MarshalledObject constructor
MarshalledObject(
- Object? rawValue
Implementation
MarshalledObject(Object? rawValue)
{
this._rawValue = rawValue;
}
MarshalledObject(Object? rawValue)
{
this._rawValue = rawValue;
}