Wombat.MamaMsg.tryVectorString C# (CSharp) Method

tryVectorString() public method

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

Same methods

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