forwardHasYear Property    Table of ContentMonth Property forward
MaturityMonthYearRef.Item Property
Returns value of composite type field.

Namespace:  OnixS.SimpleBinaryEncoding
Assembly:  OnixS.SimpleBinaryEncoding-net-4.7 (in OnixS.SimpleBinaryEncoding-net-4.7.dll) Version: 2.3.1.0 (2.3.1.0)
Syntax
C#
public Object this[
	string name
] { get; }

Parameters

name
Type: System.String
Field name

Return Value

Type: Object
Value of composite type field

Implements

IComposite.Item[String]
See Also