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

PropertyGetRegion() public method

public PropertyGetRegion ( ICSharpCode.NRefactory.Ast.BlockStatement block, List attributes ) : System
block ICSharpCode.NRefactory.Ast.BlockStatement
attributes List
return System
        public PropertyGetRegion(BlockStatement block, List<AttributeSection> attributes)
            : base(block, attributes)
        {
        }