bigloo.foreign.UCS2_STRING_SET C# (CSharp) Method

UCS2_STRING_SET() public static method

public static UCS2_STRING_SET ( char o, int i, char c ) : Object
o char
i int
c char
return Object
        public static Object UCS2_STRING_SET( char[] o, int i, char c )
        {
            o[i]= c;
            return unspecified._unspecified;
        }
foreign