Partager via


IPattern<T> Interface

Definition

public interface IPattern<in T>
type IPattern<'T> = interface
Public Interface IPattern(Of In T)

Type Parameters

T
This type parameter is contravariant. That is, you can use either the type you specified or any type that is less derived. For more information about covariance and contravariance, see Covariance and Contravariance in Generics.
Derived

Methods

IsMatch(T)

Applies to