Rhino.Context.GetUndefinedValue C# (CSharp) Method

GetUndefinedValue() public static method

Get the singleton object that represents the JavaScript Undefined value.
Get the singleton object that represents the JavaScript Undefined value.
public static GetUndefinedValue ( ) : object
return object
		public static object GetUndefinedValue()
		{
			return Undefined.instance;
		}
Context