Method | Description | |
---|---|---|
DataCellCollection ( ) : System |
Creates a new DataCellCollection.
|
|
this ( int index ) : GSF.PhasorProtocols.BPAPDCstream.DataCell |
Gets or sets DataCell at specified index.
|
Method | Description | |
---|---|---|
DataCellCollection ( SerializationInfo info, StreamingContext context ) : System |
Creates a new DataCellCollection from serialization parameters.
|
protected DataCellCollection ( SerializationInfo info, StreamingContext context ) : System | ||
info | SerializationInfo | The |
context | StreamingContext | The source |
return | System |
public this ( int index ) : GSF.PhasorProtocols.BPAPDCstream.DataCell | ||
index | int | Index of value to get or set. |
return | GSF.PhasorProtocols.BPAPDCstream.DataCell |