Interface IModifierList<T>
Inherited Members
Namespace: MackySoft.Modiferty
Assembly: cs.temp.dll.dll
Syntax
public interface IModifierList<T> : IList<IModifier<T>>, IReadOnlyModifierList<T>, IReadOnlyList<IModifier<T>>
Type Parameters
Name | Description |
---|---|
T |
Properties
Count
Declaration
int Count { get; }
Property Value
Type | Description |
---|---|
Int32 |