Mono.CSharp.SourceMethod.SourceMethod C# (CSharp) Method

SourceMethod() protected method

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

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