Class CompressorAttribute<T>
Attribute that indicates the compressor used for this element.
Inherited Members
Namespace: TheXDS.MCART.Attributes
Assembly: MCART.dll
Syntax
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)]
public sealed class CompressorAttribute<T> : Attribute where T : ICompressorGetter, new()
Type Parameters
Name | Description |
---|---|
T | Type of the compressor used. |