TypeOfAttribute
Namespace: Murder.Attributes
Assembly: Murder.dll
public class TypeOfAttribute : Attribute
Attribute for looking on a TypeOfAttribute.Type with specific properties.
Implements: Attribute
⭐ Constructors
public TypeOfAttribute(Type type)
Creates a new TypeOfAttribute.
Parameters
type
Type
⭐ Properties
Type
public readonly Type Type;
Returns
Type
TypeId
public virtual Object TypeId { get; }
Returns
Object
⚡