System.Reflection.NameFilter.Matches C# (CSharp) Method

Matches() public abstract method

public abstract Matches ( StringHandle stringHandle, MetadataReader reader ) : bool
stringHandle StringHandle
reader MetadataReader
return bool
        public abstract bool Matches(StringHandle stringHandle, MetadataReader reader);
    }
NameFilter