bigloo.foreign.STRUCT_KEY C# (CSharp) Method

STRUCT_KEY() public static method

public static STRUCT_KEY ( bstruct o ) : Object
o bstruct
return Object
        public static Object STRUCT_KEY( bstruct  o )
        {
            return o.key;
        }
foreign