C# 클래스 GSF.PhasorProtocols.Anonymous.ConfigurationCellCollection

상속: PhasorProtocols.ConfigurationCellCollection
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf

공개 메소드들

메소드 설명
ConfigurationCellCollection ( ) : System

Creates a new ConfigurationCellCollection.

this ( int index ) : ConfigurationCell

Gets or sets ConfigurationCell at specified index.

보호된 메소드들

메소드 설명
ConfigurationCellCollection ( SerializationInfo info, StreamingContext context ) : System

Creates a new ConfigurationCellCollection from serialization parameters.

메소드 상세

ConfigurationCellCollection() 공개 메소드

Creates a new ConfigurationCellCollection.
public ConfigurationCellCollection ( ) : System
리턴 System

ConfigurationCellCollection() 보호된 메소드

Creates a new ConfigurationCellCollection from serialization parameters.
protected ConfigurationCellCollection ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo The with populated with data.
context StreamingContext The source for this deserialization.
리턴 System

this() 공개 메소드

Gets or sets ConfigurationCell at specified index.
public this ( int index ) : ConfigurationCell
index int Index of value to get or set.
리턴 ConfigurationCell