 | TypeExtensionsIsInterface Method |
[Missing <summary> documentation for "M:Slash.Reflection.Extensions.TypeExtensions.IsInterface(System.Type)"]
Namespace: Slash.Reflection.ExtensionsAssembly: Slash.Reflection (in Slash.Reflection.dll) Version: 1.0.6018.40175
Syntaxpublic static bool IsInterface(
this Type type
)
<ExtensionAttribute>
Public Shared Function IsInterface (
type As Type
) As Boolean
public:
[ExtensionAttribute]
static bool IsInterface(
Type^ type
)
[<ExtensionAttribute>]
static member IsInterface :
type : Type -> bool
Parameters
- type
- Type: SystemType
[Missing <param name="type"/> documentation for "M:Slash.Reflection.Extensions.TypeExtensions.IsInterface(System.Type)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Slash.Reflection.Extensions.TypeExtensions.IsInterface(System.Type)"]
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).
See Also