bigloo.foreign.bgl_custom_nil C# (CSharp) Method

bgl_custom_nil() public static method

public static bgl_custom_nil ( ) : custom
return custom
        public static custom bgl_custom_nil()
        {
            return custom.nil();
        }
foreign