CodeGenerator::NullToken Property

 

Gets the token that represents null.

Namespace:   System.CodeDom.Compiler
Assembly:  System (in System.dll)

protected:
property String^ NullToken {
	virtual String^ get() abstract;
}

Property Value

Type: System::String^

The token that represents null.

.NET Framework
Available since 1.1
Return to top
Show: