Table of Contents

Class OpenType

Namespace
Microsoft.Azure.WebJobs.Host.Bindings
Assembly
Microsoft.Azure.WebJobs.Host.dll
public abstract class OpenType
Inheritance
OpenType
Derived
Inherited Members

Constructors

OpenType()

protected OpenType()

Methods

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

IsMatch(Type)

public bool IsMatch(Type type)

Parameters

type Type

Returns

bool

IsMatch(Type, OpenTypeMatchContext)

public abstract bool IsMatch(Type type, OpenTypeMatchContext context)

Parameters

type Type
context OpenTypeMatchContext

Returns

bool