M_WolfCurses_AttributeExtensions_IsImplementationOf - Maxwolf/WolfCurses GitHub Wiki

AttributeExtensions.IsImplementationOf Method

Determine if a type implements a specific generic interface type.

Namespace: WolfCurses
Assembly: WolfCurses (in WolfCurses.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public static bool IsImplementationOf(
	this Type baseType,
	Type interfaceType
)

Parameters

 

baseType
Type: System.Type
The base Type.
interfaceType
Type: System.Type
The interface Type.

Return Value

Type: Boolean
The Boolean.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Type. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

Remarks

http://stackoverflow.com/a/503359

Version Information

Wolf Curses

Supported in: 0.1

See Also

Reference

AttributeExtensions Class
WolfCurses Namespace

⚠️ **GitHub.com Fallback** ⚠️