상속: ITokenCollection
예제 #1
0
 public void Teardown()
 {
     _tokenCollection = null;
     _tokenSeparatorIndexes = null;
 }
예제 #2
0
 public bool Setup( IPluginSetupInfo info )
 {
     _tokenCollection = new TokenCollection();
     _tokenSeparatorIndexes = new int[0];
     return info.Error != null;
 }