Class FormulaInfoHashtable
Typed Hashtable returning FormulaInfo objects.
Inheritance
System.Object
System.Collections.Hashtable
FormulaInfoHashtable
Implements
System.Collections.IDictionary
System.Collections.ICollection
System.Collections.IEnumerable
System.Runtime.Serialization.ISerializable
System.Runtime.Serialization.IDeserializationCallback
System.ICloneable
Inherited Members
System.Collections.Hashtable.Add(System.Object, System.Object)
System.Collections.Hashtable.Clear()
System.Collections.Hashtable.Clone()
System.Collections.Hashtable.comparer
System.Collections.Hashtable.Contains(System.Object)
System.Collections.Hashtable.ContainsKey(System.Object)
System.Collections.Hashtable.ContainsValue(System.Object)
System.Collections.Hashtable.CopyTo(System.Array, System.Int32)
System.Collections.Hashtable.Count
System.Collections.Hashtable.EqualityComparer
System.Collections.Hashtable.GetEnumerator()
System.Collections.Hashtable.GetHash(System.Object)
System.Collections.Hashtable.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Collections.Hashtable.hcp
System.Collections.Hashtable.IsFixedSize
System.Collections.Hashtable.IsReadOnly
System.Collections.Hashtable.IsSynchronized
System.Collections.Hashtable.KeyEquals(System.Object, System.Object)
System.Collections.Hashtable.Keys
System.Collections.Hashtable.OnDeserialization(System.Object)
System.Collections.Hashtable.Remove(System.Object)
System.Collections.Hashtable.Synchronized(System.Collections.Hashtable)
System.Collections.Hashtable.SyncRoot
System.Collections.Hashtable.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Hashtable.Values
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Calculate
Assembly: Syncfusion.Calculate.Base.dll
Syntax
public class FormulaInfoHashtable : Hashtable, IDictionary, ICollection, IEnumerable, ISerializable, IDeserializationCallback, ICloneable
Constructors
FormulaInfoHashtable()
Declaration
public FormulaInfoHashtable()
Properties
Item[Object]
Gets or sets the FormulaInfo with the specified obj.
Declaration
public FormulaInfo this[object obj] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | The key to identify the given FormulaInfo. |
Property Value
Type | Description |
---|---|
FormulaInfo | FormulaInfo |
Implements
System.Collections.IDictionary
System.Collections.ICollection
System.Collections.IEnumerable
System.Runtime.Serialization.ISerializable
System.Runtime.Serialization.IDeserializationCallback
System.ICloneable