Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
C# (CSharp) LiteBinaryReader.ReadInt16 Examples
Programming Language:
C# (CSharp)
Class/Type:
LiteBinaryReader
Method/Function:
ReadInt16
Examples at hotexamples.com:
1
C# (CSharp) LiteBinaryReader.ReadInt16 - 1 examples found
. These are the top rated real world C# (CSharp) examples of
LiteBinaryReader.ReadInt16
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
ReadInt32(8)
ReadObject(5)
ReadBoolean(2)
ReadUInt32(2)
ReadUInt16(2)
ReadString(2)
ReadSingle(2)
ReadSByte(2)
ReadInt64(2)
ReadByte(2)
ReadGuid(2)
ReadDouble(2)
ReadDecimal(2)
ReadDateTime(2)
ReadChar(2)
ReadUInt64(2)
ReadInt16(1)
ReadObjectAs(1)
Frequently Used Methods
ReadInt32 (8)
ReadObject (5)
ReadBoolean (2)
ReadUInt32 (2)
ReadUInt16 (2)
ReadString (2)
ReadSingle (2)
ReadSByte (2)
ReadInt64 (2)
ReadByte (2)
Frequently Used Methods
ReadGuid (2)
ReadDouble (2)
ReadDecimal (2)
ReadDateTime (2)
ReadChar (2)
ReadUInt64 (2)
ReadInt16 (1)
ReadObjectAs (1)
Example #1
0
Show file
File:
LiteInt16Serializer.cs
Project:
lanicon/Cinchoo
public override object Read(LiteBinaryReader reader) { return(reader.ReadInt16()); }
x