bigloo.foreign.BUCS2 C# (CSharp) Method

BUCS2() public static method

public static BUCS2 ( char c ) : bucs2
c char
return bucs2
        public static bucs2 BUCS2( char  c )
        {
            return new bucs2( c );
        }
foreign