C# Class System.Collections.Specialized.StringDictionaryWrapper

Inheritance: StringDictionary
Show file Open project: dotnet/corefx

Public Methods

Method Description
Add ( string key, string value ) : void
Clear ( ) : void
ContainsKey ( string key ) : bool
ContainsValue ( string value ) : bool
CopyTo ( Array array, int index ) : void
GetEnumerator ( ) : IEnumerator
Remove ( string key ) : void
StringDictionaryWrapper ( string>.Dictionary contents ) : System.Collections.Generic
this ( string key ) : string

Method Details

Add() public method

public Add ( string key, string value ) : void
key string
value string
return void

Clear() public method

public Clear ( ) : void
return void

ContainsKey() public method

public ContainsKey ( string key ) : bool
key string
return bool

ContainsValue() public method

public ContainsValue ( string value ) : bool
value string
return bool

CopyTo() public method

public CopyTo ( Array array, int index ) : void
array Array
index int
return void

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

Remove() public method

public Remove ( string key ) : void
key string
return void

StringDictionaryWrapper() public method

public StringDictionaryWrapper ( string>.Dictionary contents ) : System.Collections.Generic
contents string>.Dictionary
return System.Collections.Generic

this() public method

public this ( string key ) : string
key string
return string