Click or drag to resize
Llvm.NET LogoLlvmMetadataReplaceAllUsesWith Method

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

Replace all uses of this descriptor with another

Namespace:  Llvm.NET
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public virtual void ReplaceAllUsesWith(
	LlvmMetadata other
)

Parameters

other
Type: Llvm.NETLlvmMetadata
New descriptor to replace this one with
See Also