Size Property

SimpleEssentials

File..::..Size Property

Namespace:  SimpleEssentials.IO.Types
Assembly:  SimpleEssentials (in SimpleEssentials.dll)

Syntax


public long Size { get; set; }
Public Property Size As Long
	Get
	Set
public:
property long long^ Size {
	long long^ get ();
	void set (long long^ value);
}