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

PropertyGetSetRegion() protected method

protected PropertyGetSetRegion ( ICSharpCode.NRefactory.Ast.BlockStatement block, List attributes ) : System
block ICSharpCode.NRefactory.Ast.BlockStatement
attributes List
return System
        protected PropertyGetSetRegion(BlockStatement block, List<AttributeSection> attributes)
        {
            Block = block;
            Attributes = attributes;
        }
PropertyGetSetRegion