Click or drag to resize
ITaggedValue Interface

[This is preliminary documentation and is subject to change.]

Represents a transit tag and value. Returned by default when a reader encounters a tag for which there is no registered IReadHandler. Can also be used in a custom IWriteHandler implementation to force representation to use a transit ground type using a representation for which there is no registered handler (e.g., an enumerable for the representation of an array).

Namespace: NForza.Transit
Assembly: Transit (in Transit.dll) Version: 0.8.1-alpha
Syntax
C#
public interface ITaggedValue

The ITaggedValue type exposes the following members.

Properties
  NameDescription
Public propertyRepresentation
Gets the representation.
Public propertyTag
Gets the tag.
Top
See Also