ICSharpCode.NRefactory.Ast.PropertySetRegion.PropertySetRegion C# (CSharp) Method

PropertySetRegion() public method

public PropertySetRegion ( ICSharpCode.NRefactory.Ast.BlockStatement block, List attributes ) : System
block ICSharpCode.NRefactory.Ast.BlockStatement
attributes List
return System
        public PropertySetRegion(BlockStatement block, List<AttributeSection> attributes)
            : base(block, attributes)
        {
            parameters = new List<ParameterDeclarationExpression>();
        }