ContextFreeAttributeCounterComponent(String, String, String, List<Tuple<AttributeInfoInt32>>) Constructor

Public Sub New( _ 
ByVal val As String, _ 
ByVal parsed_text As String, _ 
ByVal non_context_free_att_text As String, _ 
ByVal indexed_attribs As List(Of Tuple(Of AttributeInfo, Integer)) _ 
)
This language is not supported or no code example is available.
public ContextFreeAttributeCounterComponent( 
string val
string parsed_text
string non_context_free_att_text
List<Tuple<AttributeInfo, int>> indexed_attribs 
)
This language is not supported or no code example is available.
public:  
ContextFreeAttributeCounterComponent( 
String^ val
String^ parsed_text
String^ non_context_free_att_text
List<Tuple<AttributeInfo^, int>^>^ indexed_attribs 
)
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

val
string

parsed_text
string

non_context_free_att_text
string

indexed_attribs
List<Tuple<AttributeInfo, int>>

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition