Property | Type | Description | |
---|---|---|---|
FindEntry | NameObjectEntry | ||
ICollection | void | ||
NameObjectCollectionBase | |||
NameObjectCollectionBase | |||
NameObjectCollectionBase | System.Globalization | ||
NameObjectCollectionBase | System.Globalization | ||
Reset | void | ||
Reset | void |
Method | Description | |
---|---|---|
GetEnumerator ( ) : IEnumerator | ||
GetEnumerator ( ) : System.Collections.IEnumerator | ||
GetObjectData ( |
||
GetObjectData ( System info, System context ) : void | ||
OnDeserialization ( object sender ) : void |
Method | Description | |
---|---|---|
BaseAdd ( String name, Object value ) : void | ||
BaseAdd ( string name, object value ) : void | ||
BaseClear ( ) : void | ||
BaseGet ( String name ) : Object | ||
BaseGet ( int index ) : Object | ||
BaseGet ( int index ) : object | ||
BaseGet ( string name ) : object | ||
BaseGetAllKeys ( ) : String[] | ||
BaseGetAllKeys ( ) : string[] | ||
BaseGetAllValues ( ) : Object[] | ||
BaseGetAllValues ( ) : object[] | ||
BaseGetAllValues ( System type ) : object[] | ||
BaseGetAllValues ( Type type ) : object[] | ||
BaseGetKey ( int index ) : String | ||
BaseGetKey ( int index ) : string | ||
BaseHasKeys ( ) : bool | ||
BaseRemove ( String name ) : void | ||
BaseRemove ( string name ) : void | ||
BaseRemoveAt ( int index ) : void | ||
BaseSet ( String name, Object value ) : void | ||
BaseSet ( int index, Object value ) : void | ||
BaseSet ( int index, object value ) : void | ||
BaseSet ( string name, object value ) : void | ||
NameObjectCollectionBase ( ) | ||
NameObjectCollectionBase ( System equalityComparer ) | ||
NameObjectCollectionBase ( int capacity ) | ||
NameObjectCollectionBase ( int capacity, System equalityComparer ) | ||
NameObjectCollectionBase ( ) : System.Globalization | ||
NameObjectCollectionBase ( IEqualityComparer equalityComparer ) : System.Globalization | ||
NameObjectCollectionBase ( Int32 capacity, IEqualityComparer equalityComparer ) : System.Globalization | ||
NameObjectCollectionBase ( SerializationInfo info, StreamingContext context ) : System.Globalization | ||
NameObjectCollectionBase ( int capacity ) : System.Globalization | ||
System ( System array, int index ) : void |
Method | Description | |
---|---|---|
FindEntry ( String key ) : NameObjectEntry | ||
ICollection ( Array array, int index ) : void | ||
NameObjectCollectionBase ( System hashProvider, System comparer ) | ||
NameObjectCollectionBase ( int capacity, System hashProvider, System comparer ) | ||
NameObjectCollectionBase ( IHashCodeProvider hashProvider, IComparer comparer ) : System.Globalization | ||
NameObjectCollectionBase ( int capacity, IHashCodeProvider hashProvider, IComparer comparer ) : System.Globalization | ||
Reset ( ) : void | ||
Reset ( int capacity ) : void |
protected BaseAdd ( String name, Object value ) : void | ||
name | String | |
value | Object | |
return | void |
protected BaseAdd ( string name, object value ) : void | ||
name | string | |
value | object | |
return | void |
protected BaseGetAllValues ( System type ) : object[] | ||
type | System | |
return | object[] |
protected BaseGetAllValues ( Type type ) : object[] | ||
type | Type | |
return | object[] |
protected BaseSet ( String name, Object value ) : void | ||
name | String | |
value | Object | |
return | void |
protected BaseSet ( int index, Object value ) : void | ||
index | int | |
value | Object | |
return | void |
protected BaseSet ( int index, object value ) : void | ||
index | int | |
value | object | |
return | void |
protected BaseSet ( string name, object value ) : void | ||
name | string | |
value | object | |
return | void |
public GetEnumerator ( ) : System.Collections.IEnumerator | ||
return | System.Collections.IEnumerator |
public GetObjectData ( |
||
info | ||
context | ||
return | void |
public GetObjectData ( System info, System context ) : void | ||
info | System | |
context | System | |
return | void |
protected NameObjectCollectionBase ( System equalityComparer ) | ||
equalityComparer | System |
protected NameObjectCollectionBase ( int capacity ) | ||
capacity | int |
protected NameObjectCollectionBase ( int capacity, System equalityComparer ) | ||
capacity | int | |
equalityComparer | System |
protected NameObjectCollectionBase ( ) : System.Globalization | ||
return | System.Globalization |
protected NameObjectCollectionBase ( IEqualityComparer equalityComparer ) : System.Globalization | ||
equalityComparer | IEqualityComparer | |
return | System.Globalization |
protected NameObjectCollectionBase ( Int32 capacity, IEqualityComparer equalityComparer ) : System.Globalization | ||
capacity | Int32 | |
equalityComparer | IEqualityComparer | |
return | System.Globalization |
protected NameObjectCollectionBase ( SerializationInfo info, StreamingContext context ) : System.Globalization | ||
info | SerializationInfo | |
context | StreamingContext | |
return | System.Globalization |
protected NameObjectCollectionBase ( int capacity ) : System.Globalization | ||
capacity | int | |
return | System.Globalization |
public OnDeserialization ( object sender ) : void | ||
sender | object | |
return | void |
protected System ( System array, int index ) : void | ||
array | System | |
index | int | |
return | void |