System.Runtime.Serialization.Plists.UniqueValueCache.SetIndex C# (CSharp) Method

SetIndex() public method

Sets the index in the object table for the given value.
public SetIndex ( System.DateTime value, int index ) : void
value System.DateTime The value to set the index for.
index int The index to set.
return void
        public void SetIndex(DateTime value, int index)
        {
            this.dates[value] = index;
        }

Same methods

UniqueValueCache::SetIndex ( bool value, int index ) : void
UniqueValueCache::SetIndex ( double value, int index ) : void
UniqueValueCache::SetIndex ( float value, int index ) : void
UniqueValueCache::SetIndex ( long value, int index ) : void
UniqueValueCache::SetIndex ( string value, int index ) : void