Interface IPointerTypeSymbol
Inherited Members
Namespace: Microsoft.CodeAnalysis
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public interface IPointerTypeSymbol : ITypeSymbol, INamespaceOrTypeSymbol, ISymbol, IEquatable<ISymbol?>
Properties
CustomModifiers
Declaration
ImmutableArray<CustomModifier> CustomModifiers { get; }
Property Value
| Type | Description |
|---|---|
| ImmutableArray<CustomModifier> |
PointedAtType
Declaration
ITypeSymbol PointedAtType { get; }
Property Value
| Type | Description |
|---|---|
| ITypeSymbol |