RecursiveIlFinder.RecursiveIlFinder C# (CSharp) Метод

RecursiveIlFinder() публичный Метод

public RecursiveIlFinder ( TypeDefinition typeDefinition ) : System.Collections.Generic
typeDefinition TypeDefinition
Результат System.Collections.Generic
    public RecursiveIlFinder(TypeDefinition typeDefinition)
    {
        this.typeDefinition = typeDefinition;
        Instructions = new List<Instruction>();
        processedMethods = new List<MethodDefinition>();
    }