Mono.CSharp.SourceMethod.SourceMethod C# (CSharp) Méthode

SourceMethod() protected méthode

protected SourceMethod ( DeclSpace parent, MethodBase method, ICompileUnit file ) : System.Xml
parent DeclSpace
method MethodBase
file ICompileUnit
Résultat System.Xml
        protected SourceMethod(DeclSpace parent, MethodBase method, ICompileUnit file)
        {
            this.method = method;

            builder = SymbolWriter.OpenMethod (file, parent.NamespaceEntry.SymbolFileID, this);
        }