示例#1
0
 bool FindShort(ref int index, ref short s)
 {
     if (!FindCallReadInt16(ref index))
     {
         return(false);
     }
     index++;
     return(stringMethodConsts.GetInt16(ref index, out s));
 }