C# Class System.Collections.Specialized.NameObjectCollectionBase

Inheritance: ICollection, ISerializable, IDeserializationCallback
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Private Properties

Свойство Type Description
FindEntry NameObjectEntry
ICollection void
NameObjectCollectionBase
NameObjectCollectionBase
NameObjectCollectionBase System.Globalization
NameObjectCollectionBase System.Globalization
Reset void
Reset void

Méthodes publiques

Méthode Description
GetEnumerator ( ) : IEnumerator
GetEnumerator ( ) : System.Collections.IEnumerator
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
GetObjectData ( System info, System context ) : void
OnDeserialization ( object sender ) : void

Méthodes protégées

Méthode 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

Private Methods

Méthode 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

Method Details

BaseAdd() protected méthode

protected BaseAdd ( String name, Object value ) : void
name String
value Object
Résultat void

BaseAdd() protected méthode

protected BaseAdd ( string name, object value ) : void
name string
value object
Résultat void

BaseClear() protected méthode

protected BaseClear ( ) : void
Résultat void

BaseGet() protected méthode

protected BaseGet ( String name ) : Object
name String
Résultat Object

BaseGet() protected méthode

protected BaseGet ( int index ) : Object
index int
Résultat Object

BaseGet() protected méthode

protected BaseGet ( int index ) : object
index int
Résultat object

BaseGet() protected méthode

protected BaseGet ( string name ) : object
name string
Résultat object

BaseGetAllKeys() protected méthode

protected BaseGetAllKeys ( ) : String[]
Résultat String[]

BaseGetAllKeys() protected méthode

protected BaseGetAllKeys ( ) : string[]
Résultat string[]

BaseGetAllValues() protected méthode

protected BaseGetAllValues ( ) : Object[]
Résultat Object[]

BaseGetAllValues() protected méthode

protected BaseGetAllValues ( ) : object[]
Résultat object[]

BaseGetAllValues() protected méthode

protected BaseGetAllValues ( System type ) : object[]
type System
Résultat object[]

BaseGetAllValues() protected méthode

protected BaseGetAllValues ( Type type ) : object[]
type Type
Résultat object[]

BaseGetKey() protected méthode

protected BaseGetKey ( int index ) : String
index int
Résultat String

BaseGetKey() protected méthode

protected BaseGetKey ( int index ) : string
index int
Résultat string

BaseHasKeys() protected méthode

protected BaseHasKeys ( ) : bool
Résultat bool

BaseRemove() protected méthode

protected BaseRemove ( String name ) : void
name String
Résultat void

BaseRemove() protected méthode

protected BaseRemove ( string name ) : void
name string
Résultat void

BaseRemoveAt() protected méthode

protected BaseRemoveAt ( int index ) : void
index int
Résultat void

BaseSet() protected méthode

protected BaseSet ( String name, Object value ) : void
name String
value Object
Résultat void

BaseSet() protected méthode

protected BaseSet ( int index, Object value ) : void
index int
value Object
Résultat void

BaseSet() protected méthode

protected BaseSet ( int index, object value ) : void
index int
value object
Résultat void

BaseSet() protected méthode

protected BaseSet ( string name, object value ) : void
name string
value object
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

GetEnumerator() public méthode

public GetEnumerator ( ) : System.Collections.IEnumerator
Résultat System.Collections.IEnumerator

GetObjectData() public méthode

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat void

GetObjectData() public méthode

public GetObjectData ( System info, System context ) : void
info System
context System
Résultat void

NameObjectCollectionBase() protected méthode

protected NameObjectCollectionBase ( )

NameObjectCollectionBase() protected méthode

protected NameObjectCollectionBase ( System equalityComparer )
equalityComparer System

NameObjectCollectionBase() protected méthode

protected NameObjectCollectionBase ( int capacity )
capacity int

NameObjectCollectionBase() protected méthode

protected NameObjectCollectionBase ( int capacity, System equalityComparer )
capacity int
equalityComparer System

NameObjectCollectionBase() protected méthode

protected NameObjectCollectionBase ( ) : System.Globalization
Résultat System.Globalization

NameObjectCollectionBase() protected méthode

protected NameObjectCollectionBase ( IEqualityComparer equalityComparer ) : System.Globalization
equalityComparer IEqualityComparer
Résultat System.Globalization

NameObjectCollectionBase() protected méthode

protected NameObjectCollectionBase ( Int32 capacity, IEqualityComparer equalityComparer ) : System.Globalization
capacity Int32
equalityComparer IEqualityComparer
Résultat System.Globalization

NameObjectCollectionBase() protected méthode

protected NameObjectCollectionBase ( SerializationInfo info, StreamingContext context ) : System.Globalization
info SerializationInfo
context StreamingContext
Résultat System.Globalization

NameObjectCollectionBase() protected méthode

protected NameObjectCollectionBase ( int capacity ) : System.Globalization
capacity int
Résultat System.Globalization

OnDeserialization() public méthode

public OnDeserialization ( object sender ) : void
sender object
Résultat void

System() protected méthode

protected System ( System array, int index ) : void
array System
index int
Résultat void