ICSharpCode.NRefactory.Ast.PropertyGetSetRegion.PropertyGetSetRegion C# (CSharp) Метод

PropertyGetSetRegion() защищенный Метод

protected PropertyGetSetRegion ( ICSharpCode.NRefactory.Ast.BlockStatement block, List attributes ) : System
block ICSharpCode.NRefactory.Ast.BlockStatement
attributes List
Результат System
        protected PropertyGetSetRegion(BlockStatement block, List<AttributeSection> attributes)
        {
            Block = block;
            Attributes = attributes;
        }
PropertyGetSetRegion