Table of Contents

Class CastFromAttribute

Namespace
CounterStrikeSharp.API.Core.Attributes
Assembly
CounterStrikeSharp.API.dll
[AttributeUsage(AttributeTargets.Parameter, Inherited = false)]
public class CastFromAttribute : Attribute
Inheritance
CastFromAttribute
Inherited Members

Constructors

CastFromAttribute(Type)

public CastFromAttribute(Type type)

Parameters

type Type

Properties

Type

public Type Type { get; }

Property Value

Type