Interface IValidatable
Represents objects that can validate their parameters.
Namespace: Glitch9
Assembly: Glitch9.dll
Syntax
public interface IValidatable
Methods
| Edit this page View SourceIsValid()
Declaration
bool IsValid()
Returns
| Type | Description |
|---|---|
| bool |
Validate()
Validates the object's parameters and throws if invalid.
Declaration
void Validate()