Property NativeType
NativeType
Gets or sets the native LLVM type for this debug type binding
Declaration
public TNative NativeType { get; protected set; }
Property Value
public TNative NativeType { get; protected set; }
TNative |
Implements
Remarks
Once the native type is set, it cannot be reset. Attempts to change the native type when it isn't null will result in an exception.
Exceptions
InvalidOperationException | The native type was already set |