INamedTypeSymbol.IsUnboundGenericType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if this is a reference to an unbound generic type. A generic type is considered unbound if all of the type argument lists in its fully qualified name are empty. Note that the type arguments of an unbound generic type will be returned as error types because they do not really have type arguments. An unbound generic type yields null for its BaseType and an empty result for its Interfaces.
public:
property bool IsUnboundGenericType { bool get(); };
public bool IsUnboundGenericType { get; }
member this.IsUnboundGenericType : bool
Public ReadOnly Property IsUnboundGenericType As Boolean
Property Value
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET