Mono Class Library: System.Type Overview | Members

System.Type.IsImport Property

Gets a bool value indicating whether the Type was imported from another class.

public bool IsImport { get; }

Value

true if the Type was imported from another class; otherwise, false.

Remarks

This property is read-only.

If the current instance represents a generic type, this property applies to the definition of the type. If the current instance represents an unassigned type parameter of a generic type or method, this property always returns false.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0