System.RuntimeArgumentHandle Structure

public struct RuntimeArgumentHandle

Base Types

Object
  ValueType
    RuntimeArgumentHandle

Assembly

mscorlib

Library

Vararg

Summary

A handle that represents a variable-length argument list.

Description

This class has no members. It exists solely to support methods that take a variable number of arguments (such as can be written in C/C++).

See Also

System Namespace