Greet 2014
Documentation for the GREET 2014 API
 All Classes Namespaces Functions Variables Enumerations Properties Events
Greet.ConvenienceLib.SDictionary< TKey, TValue > Class Template Reference

A Dictionary that is serializable with the XML serialize and which is safe for concurent access More...

Inheritance diagram for Greet.ConvenienceLib.SDictionary< TKey, TValue >:

Public Member Functions

System.Xml.Schema.XmlSchema GetSchema ()
 
void ReadXml (System.Xml.XmlReader reader)
 Reads from XML to create the dictionary More...
 
void WriteXml (System.Xml.XmlWriter writer)
 Serializing the dictionary This method might throw an out of memory exception for large collections Here is a workarround: http://stackoverflow.com/questions/1368126/xml-serialization-problem-for-60mb-file More...
 

Detailed Description

A Dictionary that is serializable with the XML serialize and which is safe for concurent access

Template Parameters
TKeyKey
TValueValue

Member Function Documentation

void Greet.ConvenienceLib.SDictionary< TKey, TValue >.ReadXml ( System.Xml.XmlReader  reader)

Reads from XML to create the dictionary

Parameters
reader
void Greet.ConvenienceLib.SDictionary< TKey, TValue >.WriteXml ( System.Xml.XmlWriter  writer)

Serializing the dictionary This method might throw an out of memory exception for large collections Here is a workarround: http://stackoverflow.com/questions/1368126/xml-serialization-problem-for-60mb-file

Parameters
writer

The documentation for this class was generated from the following file: