Wombat.MamaMsg.tryVectorI64 C# (CSharp) Метод

tryVectorI64() публичный Метод

Try get a vector of signed 64 bit integers.
public tryVectorI64 ( MamaFieldDescriptor descriptor, long &result ) : bool
descriptor MamaFieldDescriptor
result long
Результат bool
        public bool tryVectorI64(
			MamaFieldDescriptor descriptor, 
			ref long[] result)
        {
            return tryVectorI64 (null, (ushort)descriptor.getFid(), ref result);
        }

Same methods

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