System.Reflection.NameFilter.Matches C# (CSharp) Метод

Matches() публичный абстрактный Метод

public abstract Matches ( StringHandle stringHandle, MetadataReader reader ) : bool
stringHandle StringHandle
reader MetadataReader
Результат bool
        public abstract bool Matches(StringHandle stringHandle, MetadataReader reader);
    }
NameFilter