C# Class GSF.PhasorProtocols.Anonymous.ConfigurationCellCollection

Inheritance: PhasorProtocols.ConfigurationCellCollection
显示文件 Open project: GridProtectionAlliance/gsf

Public Methods

Method Description
ConfigurationCellCollection ( ) : System

Creates a new ConfigurationCellCollection.

this ( int index ) : ConfigurationCell

Gets or sets ConfigurationCell at specified index.

Protected Methods

Method Description
ConfigurationCellCollection ( SerializationInfo info, StreamingContext context ) : System

Creates a new ConfigurationCellCollection from serialization parameters.

Method Details

ConfigurationCellCollection() public method

Creates a new ConfigurationCellCollection.
public ConfigurationCellCollection ( ) : System
return System

ConfigurationCellCollection() protected method

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.
return System

this() public method

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