11 namespace Lextm.SharpSnmpLib.Mib.Elements.Types
28 Symbol temp = symbols.NextNonEOLSymbol();
29 int bracketSection = 0;
32 while (bracketSection > 0)
34 temp = symbols.NextNonEOLSymbol();
The SEQUENCE type represents a set of specified types. This is roughtly analogous to a ...
static readonly Symbol OpenBracket
static readonly Symbol CloseBracket
Sequence(IModule module, string name, ISymbolEnumerator symbols)
Creates a Sequence instance.