Table of Contents

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 InputStream

The 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 OutputStream

The output stream.

v Dictionary<string, PropertySetDescriptor>

The value to marshal.