Wombat.MamaMsg.tryVectorU16 C# (CSharp) 메소드

tryVectorU16() 공개 메소드

Try to get a vector of unsigned 16 bit integers.
public tryVectorU16 ( MamaFieldDescriptor descriptor, ushort &result ) : bool
descriptor MamaFieldDescriptor
result ushort
리턴 bool
        public bool tryVectorU16(
			MamaFieldDescriptor descriptor, 
			ref ushort[] result)
        {
            return tryVectorU16 (null, (ushort)descriptor.getFid(), ref result);
        }

Same methods

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