Interface IProfileInstance
Abstract definition of a profile instance.
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public interface IProfileInstance
Properties
Constraints
Gets the constraint boundaries.
Declaration
float[] Constraints { get; }
Property Value
System.Single[]
|