bigloo.foreign.STRUCT_LENGTH C# (CSharp) Method

STRUCT_LENGTH() public static method

public static STRUCT_LENGTH ( bstruct o ) : int
o bstruct
return int
        public static int STRUCT_LENGTH( bstruct o )
        {
            return o.values.Length;
        }
foreign