Reference Library
Length Property
NamespacesMBNCSUtilBncsReaderLength
Gets the length of the data.
Declaration Syntax
C#Visual BasicVisual C++
public override int Length { get; }
Public Overrides ReadOnly Property Length As Integer
	Get
public:
virtual property int Length {
	int get () override;
}
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if this reader is not yet initialized.

Assembly: Asgard5Library (Module: Asgard5Library)