Catel.Fody.CecilCatelExtensions.ImplementsViewModelBase C# (CSharp) Méthode

ImplementsViewModelBase() public static méthode

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