ICSharpCode.NRefactory.Ast.PropertyGetSetRegion.PropertyGetSetRegion C# (CSharp) Méthode

PropertyGetSetRegion() protected méthode

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