Table of Contents

Method Visibility

Namespace
Ubiquity.NET.Llvm.Values
Assembly
Ubiquity.NET.Llvm.dll

Visibility<T>(T, Visibility)

Visibility of this global value

public static T Visibility<T>(this T self, Visibility value) where T : GlobalValue

Parameters

self T

Value to modify

value Visibility

New value to set

Returns

T

self for fluent usage patterns

Type Parameters

T

Type of the value (Must be GlobalValue or a type derived from it)

See Also