Virtual PhotonicsNamespace: Vts.SpectralMappingAssembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
public static ChromophoreSpectrumDictionary ToDictionary(
this IEnumerable<ChromophoreSpectrum> spectra
)
public static ChromophoreSpectrumDictionary ToDictionary(
this IEnumerable<ChromophoreSpectrum> spectra
)
<ExtensionAttribute>
Public Shared Function ToDictionary (
spectra As IEnumerable(Of ChromophoreSpectrum)
) As ChromophoreSpectrumDictionary
<ExtensionAttribute>
Public Shared Function ToDictionary (
spectra As IEnumerable(Of ChromophoreSpectrum)
) As ChromophoreSpectrumDictionary
public:
[ExtensionAttribute]
static ChromophoreSpectrumDictionary^ ToDictionary(
IEnumerable<ChromophoreSpectrum^>^ spectra
)
public:
[ExtensionAttribute]
static ChromophoreSpectrumDictionary^ ToDictionary(
IEnumerable<ChromophoreSpectrum^>^ spectra
)
Return Value
Type:
ChromophoreSpectrumDictionaryUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IEnumerable ChromophoreSpectrum . When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).