APISampleUnitTestsCS.FAQ.IfStatementIfKeywordAndTypeDeclarationWalker.IfStatementIfKeywordAndTypeDeclarationWalker C# (CSharp) Méthode

IfStatementIfKeywordAndTypeDeclarationWalker() public méthode

public IfStatementIfKeywordAndTypeDeclarationWalker ( ) : System
Résultat System
            public IfStatementIfKeywordAndTypeDeclarationWalker()
                : base(SyntaxWalkerDepth.StructuredTrivia)
            {
                Results = new StringBuilder();
            }