Table of Contents

Class TypeStoreAttribute

Namespace
Tripous
Assembly
Tripous.dll

Marks a type as discoverable by the TypeStore.

[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Enum|AttributeTargets.Interface, AllowMultiple = false, Inherited = true)]
public class TypeStoreAttribute : Attribute
Inheritance
TypeStoreAttribute
Inherited Members
Extension Methods

Constructors

TypeStoreAttribute()

Constructor.

public TypeStoreAttribute()