Class CountAttribute
Represents the count of a parameter.
Inherited Members
Namespace: OpenTK.Core.Native
Assembly: OpenTK.Core.dll
Syntax
[AttributeUsage(AttributeTargets.Parameter)]
public class CountAttribute : Attribute
Properties
Computed
Gets or sets the computed count.
Declaration
public string Computed { get; set; }
Property Value
Type | Description |
---|---|
string |
Count
Gets or sets the static count.
Declaration
public int Count { get; set; }
Property Value
Type | Description |
---|---|
int |
Parameter
Gets or sets the deterministic parameter for this count.
Declaration
public string Parameter { get; set; }
Property Value
Type | Description |
---|---|
string |