LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Exists<T> Method (WorkstationArgumentsService)

Show in webframe






The type of the argument in query
Determines whether an argument of a specific type has been added.
Syntax
public bool Exists<T>()
'Declaration
 
Public Function Exists(Of T)() As Boolean
'Usage
 
Dim instance As WorkstationArgumentsService
Dim value As Boolean
 
value = instance.Exists(Of T)()

            

            
public: bool Exists<T>(); 
public:
bool Existsgeneric<typename T>
(); 

Type Parameters

T
The type of the argument in query

Return Value

true if an argument of the specified type exists; otherwise, it is false.
Requirements

Target Platforms

See Also

Reference

WorkstationArgumentsService Class
WorkstationArgumentsService Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.