IValidatableValidate Method |
Validates this entity.
Namespace:
Lextm.SharpSnmpPro.Mib
Assembly:
SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntaxvoid Validate(
ICollection<IConstruct> knownConstructs,
ErrorRegistry registry
)
Sub Validate (
knownConstructs As ICollection(Of IConstruct),
registry As ErrorRegistry
)
void Validate(
ICollection<IConstruct^>^ knownConstructs,
ErrorRegistry^ registry
)
abstract Validate :
knownConstructs : ICollection<IConstruct> *
registry : ErrorRegistry -> unit
Parameters
- knownConstructs
- Type: System.Collections.GenericICollectionIConstruct
Known constructs. - registry
- Type: Lextm.SharpSnmpPro.Mib.ValidationErrorRegistry
The registry.
Return Value
Type:
See Also