Show / Hide Table of Contents

Method GenerateColumn

| Improve this Doc View Source

GenerateColumn()

Generates the column expression.

Declaration
protected SyntaxNode GenerateColumn()
Returns
Type Description
Microsoft.CodeAnalysis.SyntaxNode

The generated Microsoft.CodeAnalysis.SyntaxNode.

| Improve this Doc View Source

GenerateColumn(Int32)

Generates the column indexer expression.

Declaration
protected SyntaxNode GenerateColumn(int ordinal)
Parameters
Type Name Description
System.Int32 ordinal

The ordinal as column indexer.

Returns
Type Description
Microsoft.CodeAnalysis.SyntaxNode

The generated Microsoft.CodeAnalysis.SyntaxNode.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest