bigloo.foreign.CER C# (CSharp) Method

CER() public static method

public static CER ( extended_pair c ) : Object
c extended_pair
return Object
        public static Object CER( extended_pair  c )
        {
            return c.cer;
        }
foreign