Class CastFromAttribute
- Namespace
- CounterStrikeSharp.API.Core.Attributes
- Assembly
- CounterStrikeSharp.API.dll
[AttributeUsage(AttributeTargets.Parameter, Inherited = false)]
public class CastFromAttribute : Attribute
- Inheritance
-
objectCastFromAttribute
- Inherited Members
Constructors
CastFromAttribute(Type)
public CastFromAttribute(Type type)
Parameters
type
Type
Properties
Type
public Type Type { get; }