Click or drag to resize
IResult Interface
Provides the common interface for all results of functions in the object tree accessible through Consumer<TRoot>.Root.

Namespace: Lawo.EmberPlusSharp.Model
Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax
C#
public interface IResult

The IResult type exposes the following members.

Properties
  NameDescription
Public propertyItems
Gets the items in the result.
Top
See Also