SyntaxTreeValueProvider<TValue> Class

Definition

Provides custom values associated with SyntaxTree instances using the given computeValue delegate.

generic <typename TValue>
public ref class SyntaxTreeValueProvider sealed
public sealed class SyntaxTreeValueProvider<TValue>
type SyntaxTreeValueProvider<'Value> = class
Public NotInheritable Class SyntaxTreeValueProvider(Of TValue)

Type Parameters

TValue
Inheritance
SyntaxTreeValueProvider<TValue>

Constructors

SyntaxTreeValueProvider<TValue>(Func<SyntaxTree,TValue>, IEqualityComparer<SyntaxTree>)

Provides values associated with SyntaxTree instances using the given computeValue.

Applies to