IValueProvider Interface

Definition

Defines the methods that are required for a value provider.

public interface class IValueProvider
public interface IValueProvider
type IValueProvider = interface
Public Interface IValueProvider
Derived

Methods

ContainsPrefix(String)

Returns a value that specifies whether the collection contains the specified prefix.

GetValue(String)

Returns a value object using the specified key.

Applies to