﻿<?xml version="1.0" encoding="utf-8"?><Type Name="PropertyRocks" FullName="Gendarme.Framework.Rocks.PropertyRocks"><TypeSignature Language="C#" Value="public static class PropertyRocks" /><TypeSignature Language="ILAsm" Value=".class public auto ansi abstract sealed beforefieldinit PropertyRocks extends System.Object" /><AssemblyInfo><AssemblyName>Gendarme.Framework</AssemblyName><AssemblyVersion>3.10.0.0</AssemblyVersion></AssemblyInfo><Base><BaseTypeName>System.Object</BaseTypeName></Base><Interfaces /><Docs><summary>
            PropertyRocks contains extensions methods for Property[Definition|Reference]
            and the related collection classes.
            </summary><remarks>To be added.</remarks></Docs><Members><Member MemberName="IsGeneratedCode"><MemberSignature Language="C#" Value="public static bool IsGeneratedCode (this Mono.Cecil.PropertyDefinition self);" /><MemberSignature Language="ILAsm" Value=".method public static hidebysig bool IsGeneratedCode(class Mono.Cecil.PropertyDefinition self) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>3.10.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Parameters><Parameter Name="self" Type="Mono.Cecil.PropertyDefinition" RefType="this" /></Parameters><Docs><param name="self">The PropertyDefinition on which the extension method can be called.</param><summary>
            Check if the property, or it's declaring type, was generated by the compiler or a tool (i.e. not by the
            developer). This is especially important since automatic properties getter and setter methods are marked
            as generated code (because the compiler generates them with a backing field) while the property itself is
            not (because it comes from the developer source code).
            </summary><returns>True if the code is not generated directly by the developer,
            False otherwise (e.g. compiler or tool generated)</returns><remarks>To be added.</remarks></Docs></Member></Members></Type>