SingleDecodeType

SingleDecodeType class

Single decode type. See decode type to get instance.

The SingleDecodeType type exposes the following members:

Properties

NameDescription
type_indexGets an index of decode type
type_nameGets a name of decode type

Methods

NameDescription
equals(other)Returns a value indicating whether this instance is equal to a specified SingleDecodeType value.
equals(other)Returns a value indicating whether the specified MultyDecodeType collection contains only this decode type.
equals(other)Returns a value indicating whether this instance is equal to a specified SingleDecodeType value.
try_parse(parsing_type, result)
try_parse(parsing_type, result)
try_parse(parsing_type, result)
contains_any(types)Returns a value indicating whether this instance is included into the list specified.
parse(string_decode_type)Converts the string representation of the name of a SingleDecodeType to its instance.

See Also