Rhino.ScriptRuntime.RefGet C# (CSharp) Method

RefGet() public static method

public static RefGet ( Ref @ref, Context cx ) : object
@ref Ref
cx Context
return object
		public static object RefGet(Ref @ref, Context cx)
		{
			return @ref.Get(cx);
		}
ScriptRuntime