bigloo.foreign.CUSTOM_IDENTIFIER_SET C# (CSharp) Method

CUSTOM_IDENTIFIER_SET() public static method

public static CUSTOM_IDENTIFIER_SET ( custom c, byte s ) : Object
c custom
s byte
return Object
        public static Object CUSTOM_IDENTIFIER_SET( custom  c,
						  byte[]  s )
        {
            c.identifier= s;
            return unspecified._unspecified;
        }
foreign