public static Dictionary<(string assemblyFileName, string typeName), Type> AssemblyTypes { get; }Public Shared ReadOnly Property AssemblyTypes As Dictionary(Of (assemblyFileName As String, typeName As String), Type)
Getpublic:
static property Dictionary<ValueTuple<String^, String^>, Type^>^ AssemblyTypes {
Dictionary<ValueTuple<String^, String^>, Type^>^ get ();
}Gemstone.Timeseries.Adapters.AdapterCache.get_AssemblyTypes = function();