Click or drag to resize

IValidatableValidate Method

Validates this entity.

Namespace:  Lextm.SharpSnmpPro.Mib
Assembly:  SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntax
void Validate(
	ICollection<IConstruct> knownConstructs,
	ErrorRegistry registry
)

Parameters

knownConstructs
Type: System.Collections.GenericICollectionIConstruct
Known constructs.
registry
Type: Lextm.SharpSnmpPro.Mib.ValidationErrorRegistry
The registry.

Return Value

Type: 
See Also