C# 클래스 FiftyOne.Foundation.Mobile.Detection.Configuration.FilesCollection

A collection of FilesCollection. This class cannot be inherited.
상속: System.Configuration.ConfigurationElementCollection
파일 보기 프로젝트 열기: 51Degrees/dotNET-Device-Detection

보호된 메소드들

메소드 설명
BaseAdd ( ConfigurationElement element ) : void

Add element to the base collection.

CreateNewElement ( ) : ConfigurationElement

Creates a new instance of FileConfigElement.

GetElementKey ( ConfigurationElement element ) : Object

Gets the element key value.

비공개 메소드들

메소드 설명
Add ( FileConfigElement file ) : void

Add element into the collection.

Clear ( ) : void

Removes all configuration elements from the collection.

IndexOf ( FileConfigElement file ) : int

Gets the index of the specific element inside the collection.

Remove ( FileConfigElement file ) : void

Removes a System.Configuration.ConfigurationElement from the collection.

Remove ( string name ) : void

Removes a System.Configuration.ConfigurationElement from the collection.

RemoveAt ( int index ) : void

Removes a System.Configuration.ConfigurationElement at the specified index location.

this ( int index ) : FileConfigElement

Gets or sets the FileConfigElement.

this ( string name ) : FileConfigElement

Gets or sets the FileConfigElement.

메소드 상세

BaseAdd() 보호된 메소드

Add element to the base collection.
protected BaseAdd ( ConfigurationElement element ) : void
element System.Configuration.ConfigurationElement
리턴 void

CreateNewElement() 보호된 메소드

Creates a new instance of FileConfigElement.
protected CreateNewElement ( ) : ConfigurationElement
리턴 System.Configuration.ConfigurationElement

GetElementKey() 보호된 메소드

Gets the element key value.
protected GetElementKey ( ConfigurationElement element ) : Object
element System.Configuration.ConfigurationElement
리턴 Object