C# 클래스 System.Collections.Specialized.NameObjectCollectionBase

상속: ICollection, ISerializable, IDeserializationCallback
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

Private Properties

프로퍼티 타입 설명
FindEntry NameObjectEntry
ICollection void
NameObjectCollectionBase
NameObjectCollectionBase
NameObjectCollectionBase System.Globalization
NameObjectCollectionBase System.Globalization
Reset void
Reset void

공개 메소드들

메소드 설명
GetEnumerator ( ) : IEnumerator
GetEnumerator ( ) : System.Collections.IEnumerator
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
GetObjectData ( System info, System context ) : void
OnDeserialization ( object sender ) : void

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

BaseAdd() 보호된 메소드

protected BaseAdd ( String name, Object value ) : void
name String
value Object
리턴 void

BaseAdd() 보호된 메소드

protected BaseAdd ( string name, object value ) : void
name string
value object
리턴 void

BaseClear() 보호된 메소드

protected BaseClear ( ) : void
리턴 void

BaseGet() 보호된 메소드

protected BaseGet ( String name ) : Object
name String
리턴 Object

BaseGet() 보호된 메소드

protected BaseGet ( int index ) : Object
index int
리턴 Object

BaseGet() 보호된 메소드

protected BaseGet ( int index ) : object
index int
리턴 object

BaseGet() 보호된 메소드

protected BaseGet ( string name ) : object
name string
리턴 object

BaseGetAllKeys() 보호된 메소드

protected BaseGetAllKeys ( ) : String[]
리턴 String[]

BaseGetAllKeys() 보호된 메소드

protected BaseGetAllKeys ( ) : string[]
리턴 string[]

BaseGetAllValues() 보호된 메소드

protected BaseGetAllValues ( ) : Object[]
리턴 Object[]

BaseGetAllValues() 보호된 메소드

protected BaseGetAllValues ( ) : object[]
리턴 object[]

BaseGetAllValues() 보호된 메소드

protected BaseGetAllValues ( System type ) : object[]
type System
리턴 object[]

BaseGetAllValues() 보호된 메소드

protected BaseGetAllValues ( Type type ) : object[]
type Type
리턴 object[]

BaseGetKey() 보호된 메소드

protected BaseGetKey ( int index ) : String
index int
리턴 String

BaseGetKey() 보호된 메소드

protected BaseGetKey ( int index ) : string
index int
리턴 string

BaseHasKeys() 보호된 메소드

protected BaseHasKeys ( ) : bool
리턴 bool

BaseRemove() 보호된 메소드

protected BaseRemove ( String name ) : void
name String
리턴 void

BaseRemove() 보호된 메소드

protected BaseRemove ( string name ) : void
name string
리턴 void

BaseRemoveAt() 보호된 메소드

protected BaseRemoveAt ( int index ) : void
index int
리턴 void

BaseSet() 보호된 메소드

protected BaseSet ( String name, Object value ) : void
name String
value Object
리턴 void

BaseSet() 보호된 메소드

protected BaseSet ( int index, Object value ) : void
index int
value Object
리턴 void

BaseSet() 보호된 메소드

protected BaseSet ( int index, object value ) : void
index int
value object
리턴 void

BaseSet() 보호된 메소드

protected BaseSet ( string name, object value ) : void
name string
value object
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : System.Collections.IEnumerator
리턴 System.Collections.IEnumerator

GetObjectData() 공개 메소드

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

GetObjectData() 공개 메소드

public GetObjectData ( System info, System context ) : void
info System
context System
리턴 void

NameObjectCollectionBase() 보호된 메소드

protected NameObjectCollectionBase ( )

NameObjectCollectionBase() 보호된 메소드

protected NameObjectCollectionBase ( System equalityComparer )
equalityComparer System

NameObjectCollectionBase() 보호된 메소드

protected NameObjectCollectionBase ( int capacity )
capacity int

NameObjectCollectionBase() 보호된 메소드

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

NameObjectCollectionBase() 보호된 메소드

protected NameObjectCollectionBase ( ) : System.Globalization
리턴 System.Globalization

NameObjectCollectionBase() 보호된 메소드

protected NameObjectCollectionBase ( IEqualityComparer equalityComparer ) : System.Globalization
equalityComparer IEqualityComparer
리턴 System.Globalization

NameObjectCollectionBase() 보호된 메소드

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

NameObjectCollectionBase() 보호된 메소드

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

NameObjectCollectionBase() 보호된 메소드

protected NameObjectCollectionBase ( int capacity ) : System.Globalization
capacity int
리턴 System.Globalization

OnDeserialization() 공개 메소드

public OnDeserialization ( object sender ) : void
sender object
리턴 void

System() 보호된 메소드

protected System ( System array, int index ) : void
array System
index int
리턴 void