[Missing <summary> documentation for "M:CoreDevices.DeviceControls.PropertyList.SetCore(System.Collections.Generic.Dictionary{System.String,CoreDevices.PropertyInfo})"]

Namespace:  CoreDevices.DeviceControls
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void SetCore(
	Dictionary<string, PropertyInfo> Properties
)
Visual Basic (Declaration)
Public Sub SetCore ( _
	Properties As Dictionary(Of String, PropertyInfo) _
)
Visual C++
public:
virtual void SetCore(
	Dictionary<String^, PropertyInfo^>^ Properties
) sealed

Parameters

Properties
Type: System.Collections.Generic..::.Dictionary<(Of <(String, PropertyInfo>)>)

[Missing <param name="Properties"/> documentation for "M:CoreDevices.DeviceControls.PropertyList.SetCore(System.Collections.Generic.Dictionary{System.String,CoreDevices.PropertyInfo})"]

Implements

IPropertyList..::.SetCore(Dictionary<(Of <(String, PropertyInfo>)>))

See Also