[ the jinxbot project :: home | community forum | bn# | controls | mbncsutil | get the source ]
Gets the length of the data.

Namespace:  MBNCSUtil
Assembly:  MBNCSUtil (in MBNCSUtil.dll) Version: 2.1.7.22 (2.1.7.22)

Syntax

C#
public override int Length { get; }
Visual Basic (Declaration)
Public Overrides ReadOnly Property Length As Integer
Visual C++
public:
virtual property int Length {
	int get () override;
}

Exceptions

ExceptionCondition
System..::.InvalidOperationExceptionThrown if this reader is not yet initialized.

See Also