Click or drag to resize
Llvm.NET LogoValueExtensions Class

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

Provides extension methods to Value that cannot be achieved as members of the class
Inheritance Hierarchy
SystemObject
  Llvm.NET.ValuesValueExtensions

Namespace:  Llvm.NET.Values
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public static class ValueExtensions

The ValueExtensions type exposes the following members.

Methods
Remarks
Using generic static extension methods allows for fluent coding while retaining the type of the "this" parameter. If these were members of the Value class then the only return type could be Value, thus losing the original type and requiring a cast to get back to it.
See Also