C# 클래스 Castle.Core.ParameterModelCollection

상속: IEnumerable
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

공개 메소드들

메소드 설명
Add ( String name, IConfiguration configNode ) : void

Adds the specified name.

Add ( String name, String value ) : void

Adds the specified name.

Add ( object key, object value ) : void

Adds the specified key.

Not implemented

Clear ( ) : void

Clears this instance.

Not implemented

Contains ( object key ) : bool

Determines whether this collection contains the specified key.

CopyTo ( Array array, int index ) : void

Copy the content to the specified array

Not implemented

GetEnumerator ( ) : IEnumerator

Returns an enumerator that can iterate through a collection.

ParameterModelCollection ( ) : System

Initializes a new instance of the ParameterModelCollection class.

Remove ( object key ) : void

Removes the specified key.

Not implemented

this ( object key ) : ParameterModel

Gets the ParameterModel with the specified key.

메소드 상세

Add() 공개 메소드

Adds the specified name.
public Add ( String name, IConfiguration configNode ) : void
name String The name.
configNode IConfiguration The config node.
리턴 void

Add() 공개 메소드

Adds the specified name.
public Add ( String name, String value ) : void
name String The name.
value String The value.
리턴 void

Add() 공개 메소드

Adds the specified key.
Not implemented
public Add ( object key, object value ) : void
key object The key.
value object The value.
리턴 void

Clear() 공개 메소드

Clears this instance.
Not implemented
public Clear ( ) : void
리턴 void

Contains() 공개 메소드

Determines whether this collection contains the specified key.
public Contains ( object key ) : bool
key object The key.
리턴 bool

CopyTo() 공개 메소드

Copy the content to the specified array
Not implemented
public CopyTo ( Array array, int index ) : void
array System.Array target array
index int target index
리턴 void

GetEnumerator() 공개 메소드

Returns an enumerator that can iterate through a collection.
public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

ParameterModelCollection() 공개 메소드

Initializes a new instance of the ParameterModelCollection class.
public ParameterModelCollection ( ) : System
리턴 System

Remove() 공개 메소드

Removes the specified key.
Not implemented
public Remove ( object key ) : void
key object The key.
리턴 void

this() 공개 메소드

Gets the ParameterModel with the specified key.
public this ( object key ) : ParameterModel
key object
리턴 ParameterModel