Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Class SerializableDictionary<TKey, TValue\>

Last update: 16.07.2025

Namespace: VM.Managed
Assembly: VMObjBase.dll

SerializableDictionary

public class SerializableDictionary<tkey tvalue> : Dictionary<tkey tvalue>

Type Parameters

TKey

TValue

Inheritance

objectDictionarySerializableDictionary

Extension Methods

LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType), LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType), LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType)

Constructors

SerializableDictionary()

SerializableDictionary Constructor

public SerializableDictionary()

SerializableDictionary(Dictionary)

SerializableDictionary Constructor

public SerializableDictionary(Dictionary<tkey tvalue> dic)

Parameters

dic Dictionary

Methods

CopyTo(ref Dictionary)

CopyTo

public void CopyTo(ref Dictionary<tkey tvalue> dic)

Parameters

dic Dictionary

GetSchema()

GetSchema

public XmlSchema GetSchema()

Returns

XmlSchema

ReadXml(XmlReader)

ReadXml

public void ReadXml(XmlReader reader)

Parameters

reader XmlReader

WriteXml(XmlWriter)

WriteXml

public void WriteXml(XmlWriter writer)

Parameters

writer XmlWriter

Connect with Ansys