ICSharpCode.ILSpy.TreeNodes.TypeTreeNode.Decompile C# (CSharp) Метод

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

public Decompile ( System.Language language, ITextOutput output, DecompilationOptions options ) : void
language System.Language
output ITextOutput
options DecompilationOptions
Результат void
        public override void Decompile(Language language, ITextOutput output, DecompilationOptions options)
        {
            language.DecompileType(type, output, options);
        }