Gets a value indicating whether the
Type is an interface; that is, not a class or a value type.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public bool IsInterface { get; }
Return Value
Type:
Booleantrue if the
Type is an interface; otherwise, false.
See Also