Microsoft.Cci.CodeModelToILConverter.GetOperations C# (CSharp) Method

GetOperations() public method

Returns the IL operations that correspond to the statements that have been converted to IL by this converter.
public GetOperations ( ) : IEnumerable
return IEnumerable
    public IEnumerable<IOperation> GetOperations() {
      return this.generator.GetOperations();
    }