Microsoft.Cci.MetadataReaderHost.StartGuessingGame C# (CSharp) Method

StartGuessingGame() public method

Called by the metadata reader when it is about to start parsing a custom attribute blob.
public StartGuessingGame ( ) : void
return void
    public void StartGuessingGame() {
      this.currentWildGuesses = null;
      this.currentGoodGuesses = null;
    }