Int16Size::IsEmpty Property

Visual Studio 2015
 

Indicates whether the Int16Size is empty.

Namespace:   Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public:
property bool IsEmpty {
	bool get();
}

Property Value

Type: System::Boolean

True if the Int16Size is empty, otherwise false.

Return to top
Show: