MarshalledObject constructor

MarshalledObject(
  1. Object? rawValue
)

Implementation

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