Boo.Lang.Compiler.Steps.EmitAssembly.GetParameterAttributes C# (CSharp) Method

GetParameterAttributes() private method

private GetParameterAttributes ( ParameterDeclaration param ) : ParameterAttributes
param Boo.Lang.Compiler.Ast.ParameterDeclaration
return ParameterAttributes
        ParameterAttributes GetParameterAttributes(ParameterDeclaration param)
        {
            return ParameterAttributes.None;
        }
EmitAssembly