Skip to content

38f51b94 d08b 4fc6 44c2 82166f62d73e

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

BasePack.WritePosition Property

Gets and sets the writePosition.

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

Syntax

C#

public virtual int WritePosition { get; set; }

VB

Public Overridable Property WritePosition As Integer
	Get
	Set

C++

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

F#

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

Property Value

Type: Int32

See Also

Reference

BasePack Class
NETLIB Namespace

Clone this wiki locally