Click or drag to resize
StatusPropertyAttributeGetComparisons Method
Gets the comparisons defined on this StatusPropertyAttribute.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public IEnumerable<StatusPropertyAttributeComparison> GetComparisons()

Return Value

Type: IEnumerableStatusPropertyAttributeComparison
The comparisons defined on this StatusPropertyAttribute.
See Also