C# Class System.Net.SpnDictionary

Inheritance: System.Collections.Specialized.StringDictionary
显示文件 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

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
this ( string key ) : string

Private Methods

Method Description
GetCanonicalKey ( string key ) : string
InternalGet ( string canonicalKey ) : string
InternalSet ( string canonicalKey, string spn ) : void
SpnDictionary ( ) : System

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 System.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

this() public method

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