TypeAssignmentValidate Method |
Namespace:
Lextm.SharpSnmpPro.Mib
Assembly:
SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntaxpublic void Validate(
ICollection<IConstruct> knownConstructs
)
Public Sub Validate (
knownConstructs As ICollection(Of IConstruct)
)
public:
void Validate(
ICollection<IConstruct^>^ knownConstructs
)
member Validate :
knownConstructs : ICollection<IConstruct> -> unit
Parameters
- knownConstructs
- Type: System.Collections.GenericICollectionIConstruct
See Also