Expose data with full fence on read and write

Namespace: RCLibrary.SlimPC
Assembly: RCLibrary (in RCLibrary.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public long Data { get; set; }
Visual Basic
Public Property Data As Long
	Get
	Set
Visual C++
public:
property long long Data {
	long long get ();
	void set (long long value);
}

See Also