Catel.Fody.CecilCatelExtensions.ImplementsModelBase C# (CSharp) Method

ImplementsModelBase() public static method

public static ImplementsModelBase ( this typeReference ) : bool
typeReference this
return bool
        public static bool ImplementsModelBase(this TypeReference typeReference)
        {
            return ImplementsBaseType(typeReference, "Catel.Data.ModelBase");
        }