Click or drag to resize
TypeIsInterface Property
Gets a value indicating whether the Type is an interface; that is, not a class or a value type.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public bool IsInterface { get; }

Return Value

Type: Boolean
true if the Type is an interface; otherwise, false.
See Also