Photon Server API Documentation v5.0RC1

ExitGames.Threading.UnsynchronizedSingletonFactory< TKey, TValue > Member List

This is the complete list of members for ExitGames.Threading.UnsynchronizedSingletonFactory< TKey, TValue >, including all inherited members.

Add(TKey key, TValue value)ExitGames.Threading.UnsynchronizedSingletonFactory< TKey, TValue >inlinevirtual
CountExitGames.Threading.UnsynchronizedSingletonFactory< TKey, TValue >
CreateMethodExitGames.Threading.UnsynchronizedSingletonFactory< TKey, TValue >
DoAdd(TKey key, TValue value)ExitGames.Threading.UnsynchronizedSingletonFactory< TKey, TValue >inlineprotectedvirtual
ForAll(Action< TValue > action)ExitGames.Threading.UnsynchronizedSingletonFactory< TKey, TValue >inline
ForAll< TResult >(Func< TValue, TResult > selector, Func< TResult, TResult, TResult > aggregateFunction, TResult seed)ExitGames.Threading.UnsynchronizedSingletonFactory< TKey, TValue >inline
Get(TKey key, CreateMethodDelegate< TKey, TValue > createMethod)ExitGames.Threading.UnsynchronizedSingletonFactory< TKey, TValue >inlinevirtual
Get(TKey key)ExitGames.Threading.UnsynchronizedSingletonFactory< TKey, TValue >inline
InstancesExitGames.Threading.UnsynchronizedSingletonFactory< TKey, TValue >protected
Remove(TKey key)ExitGames.Threading.UnsynchronizedSingletonFactory< TKey, TValue >inlinevirtual
TryGet(TKey key, out TValue value)ExitGames.Threading.UnsynchronizedSingletonFactory< TKey, TValue >inlinevirtual
UnsynchronizedSingletonFactory(CreateMethodDelegate< TKey, TValue > defaultCreateMethod)ExitGames.Threading.UnsynchronizedSingletonFactory< TKey, TValue >inline