interface ITypeAttribute

in global :: Sandbox

When applied to an attribute, which is then applied to a type.. This will make set on the attribute upon load. This provides a convenient way to know which type the attribute was attached to.


public Type TargetType { get; set; }

The type this attribute was attached to.

public void TypeUnregister( )

😔 No documentation found.

public void TypeRegister( )

😔 No documentation found.