Class PropertySetDescriptorDictHelper
- Namespace
- IceGrid
- Assembly
- IceGrid.dll
Provides methods to marshal and unmarshal a PropertySetDescriptorDict
.
public sealed class PropertySetDescriptorDictHelper
- Inheritance
-
PropertySetDescriptorDictHelper
- Inherited Members
Remarks
The Slice compiler generated this dictionary helper class from Slice dictionary ::IceGrid::PropertySetDescriptorDict
.
Methods
read(InputStream)
Unmarshals a value from an input stream.
public static Dictionary<string, PropertySetDescriptor> read(InputStream istr)
Parameters
istr
InputStreamThe input stream.
Returns
- Dictionary<string, PropertySetDescriptor>
The unmarshaled value.
write(OutputStream, Dictionary<string, PropertySetDescriptor>)
Marshals a value into an output stream.
public static void write(OutputStream ostr, Dictionary<string, PropertySetDescriptor> v)
Parameters
ostr
OutputStreamThe output stream.
v
Dictionary<string, PropertySetDescriptor>The value to marshal.