System.Reflection.NameFilter.Matches C# (CSharp) Méthode

Matches() public abstract méthode

public abstract Matches ( StringHandle stringHandle, MetadataReader reader ) : bool
stringHandle StringHandle
reader MetadataReader
Résultat bool
        public abstract bool Matches(StringHandle stringHandle, MetadataReader reader);
    }
NameFilter