Class Context
Holds static dependencies used throughout Itinero.
Inheritance
System.Object
Context
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public static class Context
Remarks
Default implementations are all portable, but they may be overridden by the application to provide optimized non-portable variants.
Properties
ArrayFactory
The IArrayFactory used to create large arrays.
Declaration
public static IArrayFactory ArrayFactory { get; set; }
Property Value
IArrayFactory
|