  | InstructionBuilderDispose Method (Boolean) | 
 [This is preliminary documentation and is subject to change.]
Releases the unmanaged resources used by the 
InstructionBuilder and optionally releases the managed resources
 
    Namespace: 
   Llvm.NET.Instructions
    Assembly:
   Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntaxprotected virtual void Dispose(
	bool disposing
)
Parameters
- disposing
 - Type: SystemBoolean
True to release both managed and unmanaged resources; false to release only unmanaged resources 
See Also