Click or drag to resize
ResultT1, T2, T3, T4 Class
Represents a function result with 4 components.
Inheritance Hierarchy
SystemObject
  Lawo.EmberPlusSharp.ModelResultBaseResultT1, T2, T3, T4
    Lawo.EmberPlusSharp.ModelResultT1, T2, T3, T4

Namespace: Lawo.EmberPlusSharp.Model
Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax
C#
public sealed class Result<T1, T2, T3, T4> : ResultBase<Result<T1, T2, T3, T4>>

Type Parameters

T1
The type of the first component.
T2
The type of the second component.
T3
The type of the third component.
T4
The type of the fourth component.

The ResultT1, T2, T3, T4 type exposes the following members.

Constructors
  NameDescription
Public methodResultT1, T2, T3, T4
Initializes a new instance of the ResultT1, T2, T3, T4 class.
Top
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 propertyItems
Gets the items in the result.
(Inherited from ResultBaseTMostDerived.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also