Click or drag to resize
Llvm.NET LogoContextValidatorVerifyAsArg Method (Context, String)

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

Throw an ArgumentException if the Context is or is disposed

Namespace:  Llvm.NET
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public static Context VerifyAsArg(
	this Context context,
	string name
)

Parameters

context
Type: Llvm.NETContext
Contextto test
name
Type: SystemString
Argument name

Return Value

Type: Context

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Context. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also