In byte

Namespace:  MonoOBSFramework.Engine
Assembly:  MonoOBSFramework (in MonoOBSFramework.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
public int _CurentSize { get; set; }
Public Property _CurentSize As Integer
public:
property int _CurentSize {
	int get ();
	void set (int value);
}

See Also