Visual Basic (Declaration) | |
---|---|
<DefaultMemberAttribute("Item")> Public Class SelectReturnPropertyCollection (Of TParent As SmartMethodBase, TItem As SmartProperty) Inherits System.Collections.CollectionBase |
Visual Basic (Usage) | ![]() |
---|---|
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 |
- TParent
- TItem
System.Object
System.Collections.CollectionBase
SourceCode.SmartObjects.Client.SelectReturnPropertyCollection<TParent,TItem>
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