ArcFM Responder Mobile Developer Guide
Require(Boolean) Method






Precondition check - should run regardless of preprocessor directives.
Syntax
'Declaration
 
Public Overloads Shared Sub Require( _
   ByVal assertion As System.Boolean _
) 
'Usage
 
Dim assertion As System.Boolean
 
Check.Require(assertion)
public static void Require( 
   System.bool assertion
)
public procedure Require( 
    assertion: System.Boolean
); static; 
public static function Require( 
   assertion : System.boolean
);
public: static void Require( 
   System.bool assertion
) 
public:
static void Require( 
   System.bool assertion
) 

Parameters

assertion
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

Check Class
Check Members
Overload List

Send Feedback