Heureka API .NET Documentation
ContainsBefore Method



Type to check for
Checks if the before result contains the given type
Syntax
'Declaration
 
Public Function ContainsBefore( _
   ByVal t As Type _
) As Boolean
'Usage
 
Dim instance As Result
Dim t As Type
Dim value As Boolean
 
value = instance.ContainsBefore(t)
public bool ContainsBefore( 
   Type t
)
public:
bool ContainsBefore( 
   Type^ t
) 

Parameters

t
Type to check for

Return Value

True if type exists, false otherwise
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

Send Feedback