Rhino.Ast.ObjectLiteral.ObjectLiteral C# (CSharp) Method

ObjectLiteral() public method

public ObjectLiteral ( ) : System.Collections.Generic
return System.Collections.Generic
		public ObjectLiteral()
		{
			{
				type = Token.OBJECTLIT;
			}
		}

Same methods

ObjectLiteral::ObjectLiteral ( int pos ) : System.Collections.Generic
ObjectLiteral::ObjectLiteral ( int pos, int len ) : System.Collections.Generic