Why and when to use MarshalAs?

  • Thread starter Thread starter Milsnips
  • Start date Start date
M

Milsnips

Hi there,

i've seen in a number of API examples, MarshalAs being used. I tried looking
up what it is and when its to be used, but cant quite find a clear
explanation or example.

Any help apreciated.
thanks,
Paul
 
It provides a hint to the Marshaler, telling it how to marshal something
that it may not be able to infer.
 
Back
Top