forwardGet Method (FlatFieldRef, StringBuilder)   Table of ContentInsert Method (Int32, ArraySegment(Byte), Int32, InsertMode)forward
FlatMessage.Insert Method
Overload List
  NameDescription
Public methodInsert(Int32, ArraySegment<Byte>, Int32, InsertMode)
Inserts the tag/value pair to the message before or after the position tag.
Public methodInsert(Int32, Boolean, Int32, InsertMode)
Inserts the tag/value pair to the message before or after the position tag.
Public methodInsert(Int32, Byte[], Int32, InsertMode)
Inserts the tag/value pair to the message before or after the position tag.
Public methodInsert(Int32, Char, Int32, InsertMode)
Inserts the tag/value pair to the message before or after the position tag.
Public methodInsert(Int32, DateTime, Int32, InsertMode)
Inserts the tag/value pair to the message before or after the position tag.
Public methodInsert(Int32, Decimal, Int32, InsertMode)
Inserts the tag/value pair to the message before or after the position tag.
Public methodInsert(Int32, Double, Int32, InsertMode)
Inserts the tag/value pair to the message before or after the position tag.
Public methodInsert(Int32, Int32, Int32, InsertMode)
Inserts the tag/value pair to the message before or after the position tag.
Public methodInsert(Int32, Int64, Int32, InsertMode)
Inserts the tag/value pair to the message before or after the position tag.
Public methodInsert(Int32, String, Int32, InsertMode)
Inserts the tag/value pair to the message before or after the position tag
Public methodInsert(Int32, StringBuilder, Int32, InsertMode)
Inserts the tag/value pair to the message before or after the position tag.
Public methodInsert(Int32, TimeSpan, Int32, InsertMode)
Inserts the tag/value pair to the message before or after the position tag.
Public methodInsert(Int32, HighResolutionTimeSpan, TimeSpanFormat, Int32, InsertMode)
Inserts the tag/value pair to the message before or after the position tag.
Public methodInsert(Int32, HighResolutionTimestamp, TimestampFormat, Int32, InsertMode)
Inserts the tag/value pair to the message before or after the position tag.
Public methodInsert(Int32, DateTime, TimestampFormat, Int32, InsertMode)
Inserts the tag/value pair to the message before or after the position tag.
Public methodInsert(Int32, TimeSpan, TimeSpanFormat, Int32, InsertMode)
Inserts the tag/value pair to the message before or after the position tag.
Top
See Also