bigloo.foreign.SET_CER C# (CSharp) Method

SET_CER() public static method

public static SET_CER ( extended_pair c, Object o ) : Object
c extended_pair
o Object
return Object
        public static Object SET_CER( extended_pair  c,
				    Object         o )
        {
            c.cer= o;
            return unspecified._unspecified;
        }
foreign