ArgumentHintAttribute<T>class

Specify a hint on a Doo explaining that we're going to be passing in an expected argument when calling it.

objectArgumentHintAttributeArgumentHintAttribute<T>
Namespace
global
Assembly
Sandbox.Engine
Declaration
public sealed class Sandbox.Doo.ArgumentHintAttribute<T> : Sandbox.Doo.ArgumentHintAttribute

Constructors1

Showing 1 constructors

public ArgumentHintAttribute<T>(string name)PUBLICCONSTRUCTOR

Creates a new `Sandbox.Doo.ArgumentHintAttribute` with the given name and type hint.

ParameterTypeDescription
namestring

On this page