Interface IValidity
Represents objects that can report on the validity of their parameters.
Namespace: Glitch9
Assembly: Glitch9.dll
Syntax
public interface IValidity
Methods
| Edit this page View SourceIsValid()
Returns true if the object's parameters are valid.
Declaration
bool IsValid()
Returns
| Type | Description |
|---|---|
| bool | True if valid, otherwise false. |