Constable Authorization Engine 2.0 BETA

RuleBaseClipboardHandler.ValidateInstance Method 

[This is preliminary documentation and subject to change.]

Ensures the passed-in instance reference is not a null reference (Nothing in Visual Basic) and that its type is compatible with the RuleBase type.

[Visual Basic]
Overridable Protected Sub ValidateInstance( _
   ByVal instance As Object _
)
[C#]
protected virtual void ValidateInstance(
   object instance
);

See Also

RuleBaseClipboardHandler Class | LaMarvin.Constable.Design.Clipboard Namespace