Click or drag to resize
Result<T1, T2, T3, T4, T5> Properties

The Result< T1, T2, T3, T4, T5> generic type exposes the following members.

Properties
  NameDescription
Public propertyItem1
Gets the value of the first component.
Public propertyItem2
Gets the value of the second component.
Public propertyItem3
Gets the value of the third component.
Public propertyItem4
Gets the value of the fourth component.
Public propertyItem5
Gets the value of the fifth component.
Public propertyItems
Gets the items in the result.
(Inherited from ResultBase<TMostDerived>.)
Top
See Also