C# Class System.Collections.Specialized.NameObjectCollectionBase

Inheritance: ICollection, ISerializable, IDeserializationCallback
Mostra file Open project: dotnet/corefx Class Usage Examples

Private Properties

Property Type Description
FindEntry NameObjectEntry
ICollection void
NameObjectCollectionBase
NameObjectCollectionBase
NameObjectCollectionBase System.Globalization
NameObjectCollectionBase System.Globalization
Reset void
Reset void

Public Methods

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

Protected Methods

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

Private Methods

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

Method Details

BaseAdd() protected method

protected BaseAdd ( String name, Object value ) : void
name String
value Object
return void

BaseAdd() protected method

protected BaseAdd ( string name, object value ) : void
name string
value object
return void

BaseClear() protected method

protected BaseClear ( ) : void
return void

BaseGet() protected method

protected BaseGet ( String name ) : Object
name String
return Object

BaseGet() protected method

protected BaseGet ( int index ) : Object
index int
return Object

BaseGet() protected method

protected BaseGet ( int index ) : object
index int
return object

BaseGet() protected method

protected BaseGet ( string name ) : object
name string
return object

BaseGetAllKeys() protected method

protected BaseGetAllKeys ( ) : String[]
return String[]

BaseGetAllKeys() protected method

protected BaseGetAllKeys ( ) : string[]
return string[]

BaseGetAllValues() protected method

protected BaseGetAllValues ( ) : Object[]
return Object[]

BaseGetAllValues() protected method

protected BaseGetAllValues ( ) : object[]
return object[]

BaseGetAllValues() protected method

protected BaseGetAllValues ( System type ) : object[]
type System
return object[]

BaseGetAllValues() protected method

protected BaseGetAllValues ( Type type ) : object[]
type Type
return object[]

BaseGetKey() protected method

protected BaseGetKey ( int index ) : String
index int
return String

BaseGetKey() protected method

protected BaseGetKey ( int index ) : string
index int
return string

BaseHasKeys() protected method

protected BaseHasKeys ( ) : bool
return bool

BaseRemove() protected method

protected BaseRemove ( String name ) : void
name String
return void

BaseRemove() protected method

protected BaseRemove ( string name ) : void
name string
return void

BaseRemoveAt() protected method

protected BaseRemoveAt ( int index ) : void
index int
return void

BaseSet() protected method

protected BaseSet ( String name, Object value ) : void
name String
value Object
return void

BaseSet() protected method

protected BaseSet ( int index, Object value ) : void
index int
value Object
return void

BaseSet() protected method

protected BaseSet ( int index, object value ) : void
index int
value object
return void

BaseSet() protected method

protected BaseSet ( string name, object value ) : void
name string
value object
return void

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

GetEnumerator() public method

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

GetObjectData() public method

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return void

GetObjectData() public method

public GetObjectData ( System info, System context ) : void
info System
context System
return void

NameObjectCollectionBase() protected method

protected NameObjectCollectionBase ( )

NameObjectCollectionBase() protected method

protected NameObjectCollectionBase ( System equalityComparer )
equalityComparer System

NameObjectCollectionBase() protected method

protected NameObjectCollectionBase ( int capacity )
capacity int

NameObjectCollectionBase() protected method

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

NameObjectCollectionBase() protected method

protected NameObjectCollectionBase ( ) : System.Globalization
return System.Globalization

NameObjectCollectionBase() protected method

protected NameObjectCollectionBase ( IEqualityComparer equalityComparer ) : System.Globalization
equalityComparer IEqualityComparer
return System.Globalization

NameObjectCollectionBase() protected method

protected NameObjectCollectionBase ( Int32 capacity, IEqualityComparer equalityComparer ) : System.Globalization
capacity Int32
equalityComparer IEqualityComparer
return System.Globalization

NameObjectCollectionBase() protected method

protected NameObjectCollectionBase ( SerializationInfo info, StreamingContext context ) : System.Globalization
info SerializationInfo
context StreamingContext
return System.Globalization

NameObjectCollectionBase() protected method

protected NameObjectCollectionBase ( int capacity ) : System.Globalization
capacity int
return System.Globalization

OnDeserialization() public method

public OnDeserialization ( object sender ) : void
sender object
return void

System() protected method

protected System ( System array, int index ) : void
array System
index int
return void