C# Class System.Xml.XmlDictionaryString.EmptyStringDictionary

Inheritance: IXmlDictionary
Mostra file Open project: dotnet/corefx

Public Methods

Method Description
EmptyStringDictionary ( ) : System
TryLookup ( XmlDictionaryString value, XmlDictionaryString &result ) : bool
TryLookup ( int key, XmlDictionaryString &result ) : bool
TryLookup ( string value, XmlDictionaryString &result ) : bool

Method Details

EmptyStringDictionary() public method

public EmptyStringDictionary ( ) : System
return System

TryLookup() public method

public TryLookup ( XmlDictionaryString value, XmlDictionaryString &result ) : bool
value XmlDictionaryString
result XmlDictionaryString
return bool

TryLookup() public method

public TryLookup ( int key, XmlDictionaryString &result ) : bool
key int
result XmlDictionaryString
return bool

TryLookup() public method

public TryLookup ( string value, XmlDictionaryString &result ) : bool
value string
result XmlDictionaryString
return bool