ITypeSymbol.IsUnmanagedType Property

Definition

True if the type is unmanaged according to language rules. False if managed or if the language has no concept of unmanaged types.

public bool IsUnmanagedType { get; }
member this.IsUnmanagedType : bool
Public ReadOnly Property IsUnmanagedType As Boolean

Property Value

Applies to