File content.

Namespace: MonoSoftware.MonoX.ModuleGallery
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public byte[] Content { get; set; }
Visual Basic
Public Property Content As Byte()
	Get
	Set
Visual C++
public:
property array<unsigned char>^ Content {
	array<unsigned char>^ get ();
	void set (array<unsigned char>^ value);
}
F#
member Content : byte[] with get, set

Property Value

Type: array<Byte>[]()[][]

See Also