TParent
TItem
SelectReturnPropertyCollection<TParent,TItem> Class
Members See Also 
SourceCode.SmartObjects.Client Namespace : SelectReturnPropertyCollection<TParent,TItem> Class



Glossary Item Box

Syntax

Visual Basic (Declaration)  
<DefaultMemberAttribute("Item")>
Public Class SelectReturnPropertyCollection
    (Of TParent As SmartMethodBase,
     TItem As SmartProperty) 
   Inherits System.Collections.CollectionBase
Visual Basic (Usage) Copy Code
Dim instance As SelectReturnPropertyCollection(Of TParent,TItem)
C#  
[DefaultMember("Item")]
public class SelectReturnPropertyCollection<TParent,TItem> : System.Collections.CollectionBase 
where TParent: SmartMethodBase
where TItem: SmartProperty
C++/CLI  
[DefaultMember("Item")]
generic<typename TParent>
generic<typename TItem>
public ref class SelectReturnPropertyCollection : public System.Collections.CollectionBase 
where TParent: SmartMethodBase
where TItem: SmartProperty

Type Parameters

TParent
TItem

Inheritance Hierarchy

System.Object
   System.Collections.CollectionBase
      SourceCode.SmartObjects.Client.SelectReturnPropertyCollection<TParent,TItem>

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