C# 클래스 ShaderTools.Hlsl.Symbols.Markup.SymbolMarkupBuilder

파일 보기 프로젝트 열기: tgjones/HlslTools

공개 메소드들

메소드 설명
AppendSymbol ( this markup, Symbol symbol ) : void

비공개 메소드들

메소드 설명
Append ( this markup, SymbolMarkupKind kind, string text ) : void
AppendAttribute ( this markup, AttributeSymbol symbol ) : void
AppendConstantBuffer ( this markup, ConstantBufferSymbol symbol ) : void
AppendFieldSymbolInfo ( this markup, FieldSymbol symbol ) : void
AppendFunctionSymbolInfo ( this markup, FunctionSymbol symbol ) : void
AppendKeyword ( this markup, string text ) : void
AppendName ( this markup, SymbolMarkupKind kind, string name ) : void
AppendNamespace ( this markup, NamespaceSymbol symbol ) : void
AppendParameterName ( this markup, string text ) : void
AppendParameterSymbolInfo ( this markup, ParameterSymbol symbol, bool includeInfo ) : void
AppendParameters ( this markup, ImmutableArray parameters ) : void
AppendParentScope ( this markup, Symbol symbol ) : void
AppendPlainText ( this markup, string text ) : void
AppendPunctuation ( this markup, string text ) : void
AppendSemantic ( this markup, SemanticSymbol symbol ) : void
AppendSpace ( this markup ) : void
AppendTechnique ( this markup, TechniqueSymbol symbol ) : void
AppendType ( this markup, TypeSymbol symbol, bool includeParentScope ) : void
AppendTypeAlias ( this markup, TypeAliasSymbol symbol ) : void
AppendTypeDeclaration ( this markup, TypeSymbol symbol ) : void
AppendTypeName ( this markup, TypeSymbol symbol ) : void
AppendVariableSymbolInfo ( this markup, VariableSymbol symbol ) : void

메소드 상세

AppendSymbol() 공개 정적인 메소드

public static AppendSymbol ( this markup, Symbol symbol ) : void
markup this
symbol Symbol
리턴 void