C# Class CsDebugScript.CodeGen.TypeTrees.ArrayTypeTree

Type tree that represents pointer type.
Inheritance: TypeTree
Exibir arquivo Open project: southpolenator/WinDbgCs

Public Methods

Method Description
ArrayTypeTree ( TypeTree elementType )

Initializes a new instance of the ArrayTypeTree class.

GetTypeString ( bool truncateNamespace = false ) : string

Gets the string representing this type tree in C# code.

Method Details

ArrayTypeTree() public method

Initializes a new instance of the ArrayTypeTree class.
public ArrayTypeTree ( TypeTree elementType )
elementType TypeTree The element type tree.

GetTypeString() public method

Gets the string representing this type tree in C# code.
public GetTypeString ( bool truncateNamespace = false ) : string
truncateNamespace bool if set to true namespace will be truncated from generating type string.
return string