C# Class System.Collections.Specialized.StringDictionary

Inheritance: IEnumerable
Mostrar archivo Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
Add ( string key, string value ) : void
Clear ( ) : void
ContainsKey ( string key ) : bool
ContainsValue ( string value ) : bool
CopyTo ( System array, int index ) : void
GetEnumerator ( ) : System.Collections.IEnumerator
Remove ( string key ) : void
StringDictionary ( )
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 ( System array, int index ) : void
array System
index int
return void

GetEnumerator() public method

public GetEnumerator ( ) : System.Collections.IEnumerator
return System.Collections.IEnumerator

Remove() public method

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

StringDictionary() public method

public StringDictionary ( )

this() public method

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