PathSegmentTranslator<T> Třída
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Translator interface for walking the Syntactic Tree.
public abstract class PathSegmentTranslator<T>
type PathSegmentTranslator<'T> = class
Public MustInherit Class PathSegmentTranslator(Of T)
Parametry typu
- T
Obecný typ vytvořený překladatelem.
- Dědičnost
-
PathSegmentTranslator<T>
- Odvozené
Konstruktory
PathSegmentTranslator<T>() |
Translator interface for walking the Syntactic Tree. |