SourceTextValueProvider<TValue> Class

Definition

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

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

Type Parameters

TValue
Inheritance
SourceTextValueProvider<TValue>

Constructors

SourceTextValueProvider<TValue>(Func<SourceText,TValue>, IEqualityComparer<SourceText>)

Provides custom values associated with SourceText instances using the given computeValue.

Applies to