StoryTeller.Testing.Grammars.FakeRuntimeConverter.Matches C# (CSharp) Method

Matches() public method

public Matches ( Type type ) : bool
type System.Type
return bool
        public bool Matches(Type type)
        {
            throw new NotImplementedException();
        }
FakeRuntimeConverter