Heureka API .NET Documentation
SpeciesGroupDict<T> Class
Members 



A Dictionary of SpeciesCode keys mapping values of generic type T
Syntax
'Declaration
 
<DefaultMemberAttribute("Item")>
Public Class SpeciesGroupDict(Of T) 
   Inherits System.Collections.Generic.Dictionary(Of SpeciesGroupCode,T)
'Usage
 
Dim instance As SpeciesGroupDict(Of T)
[DefaultMember("Item")]
generic<typename T>
public ref class SpeciesGroupDict : public System.Collections.Generic.Dictionary<SpeciesGroupCode,T> 
Type Parameters
T
Inheritance Hierarchy

System.Object
   System.Collections.Generic.Dictionary<TKey,TValue>
      Slu.Heureka.DomainLayer.CommonForestModels.SpeciesGroupDict<T>
         Slu.Heureka.DomainLayer.CommonForestModels.SpeciesGroupDict

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SpeciesGroupDict<T> Members
Slu.Heureka.DomainLayer.CommonForestModels Namespace

Send Feedback