10 using System.Collections.Generic;
12 namespace Lextm.SharpSnmpLib.Mib.Elements
43 public IList<string> Dependents
47 List<string> result =
new List<string>();
51 result.Add(
import.Module);
62 if (
import.Types.Contains(type))
71 #region IElement Member 75 get {
return _module; }
static readonly Symbol EOL
ImportsFrom GetImportFromType(string type)
static readonly Symbol Semicolon
The IMPORTS construct is used to specify items used in the current MIB module which are defined in an...
Imports(IModule module, ISymbolEnumerator symbols)
Creates an Imports instance.