The ranges. Example: if 10 and 5 is specified, the following ranges will be computed: x > 10, 10 >= x > 5, x < 5
Namespace: MSBuildCodeMetrics.CoreAssembly: MSBuildCodeMetrics.Core (in MSBuildCodeMetrics.Core.dll) Version: 0.0.0.0
public IEnumerable<int> Range { get; }
public IEnumerable<int> Range { get; }
Public ReadOnly Property Range As IEnumerable(Of Integer)
Get
Public ReadOnly Property Range As IEnumerable(Of Integer)
Get
public:
property IEnumerable<int>^ Range {
IEnumerable<int>^ get ();
}
public:
property IEnumerable<int>^ Range {
IEnumerable<int>^ get ();
}
Property Value
Type:
IEnumerable
Int32