Skip to content

77ef0bdf 0ba2 f6e8 c536 d821c899cb3c

Arthur Frederico Neves edited this page Jul 19, 2016 · 3 revisions

BasePack.ReadPosition Property

Gets and sets the readPosition.

Namespace: NETLIB
Assembly: NETLIB (in NETLIB.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public virtual int ReadPosition { get; set; }

VB

Public Overridable Property ReadPosition As Integer
	Get
	Set

C++

public:
virtual property int ReadPosition {
	int get ();
	void set (int value);
}

F#

abstract ReadPosition : int with get, set
override ReadPosition : int with get, set

Property Value

Type: Int32

See Also

Reference

BasePack Class
NETLIB Namespace

Clone this wiki locally