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

ImplementsViewModelBase() public static method

public static ImplementsViewModelBase ( this typeReference ) : bool
typeReference this
return bool
        public static bool ImplementsViewModelBase(this TypeReference typeReference)
        {
            return ImplementsBaseType(typeReference, "Catel.MVVM.ViewModelBase");
        }