PropertyRow.SetPropToIndexMap(Dictionary<PropertyId,Int32>) Method

Definition

Maps properties to index values.

public void SetPropToIndexMap (System.Collections.Generic.Dictionary<Microsoft.Hpc.Scheduler.Properties.PropertyId,int> map);
member this.SetPropToIndexMap : System.Collections.Generic.Dictionary<Microsoft.Hpc.Scheduler.Properties.PropertyId, int> -> unit
Public Sub SetPropToIndexMap (map As Dictionary(Of PropertyId, Integer))

Parameters

map
Dictionary<PropertyId,Int32>

A dictionary of property identifiers mapped to their respective index values.

Applies to