Method SetOverridesTokenStreamMethod
SetOverridesTokenStreamMethod<TClass>()
Java uses Class<? extends Analyer> to constrain TClass
to
only Types that inherit from Analyzer. C# does not have a generic type class,
ie Type<t>. The method signature stays the same, and an exception may
still be thrown, if the method doesn't exist.
Declaration
protected virtual void SetOverridesTokenStreamMethod<TClass>()
where TClass : Analyzer
Type Parameters
Name | Description |
---|---|
TClass |