'Declaration<NotNullAttribute()> ReadOnly Property AliasType As Type
'UsageDim instance As _AliasInfo Dim value As Type value = instance.AliasType
[NotNull()] Type AliasType {get;}
'Declaration<NotNullAttribute()> ReadOnly Property AliasType As Type
'UsageDim instance As _AliasInfo Dim value As Type value = instance.AliasType
[NotNull()] Type AliasType {get;}
This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.