Rhino.BoundFunction.GetLength C# (CSharp) Method

GetLength() public method

public GetLength ( ) : int
return int
		public override int GetLength()
		{
			return length;
		}