Rhino.ScriptRuntime.Delete C# (CSharp) Method

Delete() private method

private Delete ( object obj, object id, Context cx ) : object
obj object
id object
cx Context
return object
		public static object Delete(object obj, object id, Context cx)
		{
			return Delete(obj, id, cx, false);
		}

Same methods

ScriptRuntime::Delete ( object obj, object id, Context cx, bool isName ) : object
ScriptRuntime