Skip to content

T_CodeJam_Collections_OwnedCollection

Andrew Koryavchenko edited this page Jun 17, 2018 · 2 revisions

OwnedCollection Class

Factory methods for the owned collections.

Inheritance Hierarchy

System.Object
  CodeJam.Collections.OwnedCollection
Namespace: CodeJam.Collections
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

C#

public static class OwnedCollection

VB

Public NotInheritable Class OwnedCollection

F#

[<AbstractClassAttribute>]
[<SealedAttribute>]
type OwnedCollection =  class end

Methods

 

Name Description
Public methodStatic member Create(TOwner, TItem)(TOwner, Func(TItem, TOwner), Action(TItem, TOwner)) Creates a new instance of the OwnedCollection(TOwner, TItem) class.
Public methodStatic member Create(TOwner, TKey, TItem)(TOwner, Func(TItem, TOwner), Action(TItem, TOwner), Func(TItem, TKey)) Creates a new instance of the OwnedCollection(TOwner, TKey, TItem) class.
  Back to Top

See Also

Reference

CodeJam.Collections Namespace

Clone this wiki locally