C# 클래스 ShaderTools.VisualStudio.Hlsl.Util.SyntaxOutput.SyntaxExtensions

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

공개 메소드들

메소드 설명
GetDescription ( this declaration, VariableDeclaratorSyntax declarator ) : string
GetDescription ( this parameter, bool includeParameterName ) : string
GetDescription ( this syntax, bool includeReturnType, bool includeParameterNames ) : string
GetFullDeclarationName ( this identifierDeclarationName ) : string
GetFullyQualifiedName ( this name ) : string

비공개 메소드들

메소드 설명
GetFunctionDescription ( TypeSyntax returnType, SyntaxToken name, ParameterListSyntax parameterList, bool includeReturnType, bool includeParameterNames ) : string

메소드 상세

GetDescription() 공개 정적인 메소드

public static GetDescription ( this declaration, VariableDeclaratorSyntax declarator ) : string
declaration this
declarator VariableDeclaratorSyntax
리턴 string

GetDescription() 공개 정적인 메소드

public static GetDescription ( this parameter, bool includeParameterName ) : string
parameter this
includeParameterName bool
리턴 string

GetDescription() 공개 정적인 메소드

public static GetDescription ( this syntax, bool includeReturnType, bool includeParameterNames ) : string
syntax this
includeReturnType bool
includeParameterNames bool
리턴 string

GetFullDeclarationName() 공개 정적인 메소드

public static GetFullDeclarationName ( this identifierDeclarationName ) : string
identifierDeclarationName this
리턴 string

GetFullyQualifiedName() 공개 정적인 메소드

public static GetFullyQualifiedName ( this name ) : string
name this
리턴 string