ArcFM Responder Mobile Developer Guide
Invariant(Boolean) Method






Invariant check.
Syntax
'Declaration
 
Public Overloads Shared Sub Invariant( _
   ByVal assertion As System.Boolean _
) 
'Usage
 
Dim assertion As System.Boolean
 
Check.Invariant(assertion)
public static void Invariant( 
   System.bool assertion
)
public procedure Invariant( 
    assertion: System.Boolean
); static; 
public static function Invariant( 
   assertion : System.boolean
);
public: static void Invariant( 
   System.bool assertion
) 
public:
static void Invariant( 
   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