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

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

Syntax

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

See Also