An NDoc Documented Class Library

NotCondition Constructor

Initializes a new instance of the NotCondition class.

Overload List

Initializes a new instance of the NotCondition class.

[Visual Basic] Protected Sub New()
[C#] protected NotCondition();
[C++] protected: NotCondition();
[JScript] protected function NotCondition();

 

[Visual Basic] Public Sub New(ByVal SearchCondition)
[C#] public NotCondition(SearchCondition);
[C++] public: NotCondition(SearchCondition*);
[JScript] public function NotCondition(SearchCondition);

See Also

NotCondition Class | White.Core.UIItems.Finders Namespace