Heureka API .NET Documentation
Treatment<T>() Method



Gets the result of a given type, related to treatment
Syntax
'Declaration
 
<IteratorStateMachineAttribute(Slu.Heureka.DomainLayer.Forest.Result+d__18`1[T])> 
Public Overloads Function Treatment(Of T As Class)() As IEnumerable(Of T)
'Usage
 
Dim instance As Result
Dim value As IEnumerable(Of T)
 
value = instance.Treatment(Of T)()
[IteratorStateMachine(Slu.Heureka.DomainLayer.Forest.Result+d__18`1[T])] 
public IEnumerable<T> Treatment<T>() 
where T: class
[IteratorStateMachine(Slu.Heureka.DomainLayer.Forest.Result+d__18`1[T])] 
public: 
IEnumerable<T^>^ Treatmentgeneric<typename T> 
(); 
where T: ref class

Type Parameters

T

Return Value

Found result, or null
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Result Class
Result Members
Overload List

Send Feedback