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