C# Class System.Collections.Specialized.CaseSensitiveStringDictionary

Inheritance: StringDictionary
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
Add ( string key, string value ) : void
CaseSensitiveStringDictionary ( ) : System.Runtime.InteropServices
ContainsKey ( string key ) : bool
Remove ( string key ) : void
this ( string key ) : string

Method Details

Add() public method

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

CaseSensitiveStringDictionary() public method

public CaseSensitiveStringDictionary ( ) : System.Runtime.InteropServices
return System.Runtime.InteropServices

ContainsKey() public method

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

Remove() public method

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

this() public method

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