Wombat.MamaMsg.tryVectorChar C# (CSharp) Method

tryVectorChar() public method

Try to get a vector of chars.
public tryVectorChar ( Wombat.MamaFieldDescriptor descriptor, char &result ) : bool
descriptor Wombat.MamaFieldDescriptor
result char
return bool
        public bool tryVectorChar(
			MamaFieldDescriptor descriptor, 
			ref char[] result)
        {
            return tryVectorChar (null, (ushort)descriptor.getFid(), ref result);
        }

Same methods

MamaMsg::tryVectorChar ( string name, ushort fid, char &result ) : bool
MamaMsg