Click or drag to resize
Llvm.NET LogoIStructType.IsOpaque Property

[This is preliminary documentation and is subject to change.]

Indicates if the structure is opaque (e.g. has no body defined yet)

Namespace:  Llvm.NET.Types
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
bool IsOpaque { get; }

Property Value

Type: Boolean
See Also