forwardIComposite Properties   Table of ContentIDecimal Interfaceforward
IComposite.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#
Object this[
	string name
] { get; }

Parameters

name
Type: System.String
Field name

Return Value

Type: Object
Value of composite type field
See Also