Inheritance: ITokenCollection
Exemplo n.º 1
0
 public void Teardown()
 {
     _tokenCollection = null;
     _tokenSeparatorIndexes = null;
 }
Exemplo n.º 2
0
 public bool Setup( IPluginSetupInfo info )
 {
     _tokenCollection = new TokenCollection();
     _tokenSeparatorIndexes = new int[0];
     return info.Error != null;
 }