Share via


NullableTypeSyntax.ElementType Property

Definition

The kind of type that is this type is a nullable of. Cannot be an array type or a nullable type.

public:
 property Microsoft::CodeAnalysis::VisualBasic::Syntax::TypeSyntax ^ ElementType { Microsoft::CodeAnalysis::VisualBasic::Syntax::TypeSyntax ^ get(); };
public Microsoft.CodeAnalysis.VisualBasic.Syntax.TypeSyntax ElementType { get; }
member this.ElementType : Microsoft.CodeAnalysis.VisualBasic.Syntax.TypeSyntax
Public ReadOnly Property ElementType As TypeSyntax

Property Value

Applies to