[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:Facebook.CacheablePartialObject`1"]
Assembly: Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)
Syntax
C# |
---|
[SerializableAttribute] public class CacheablePartialObject<TPropertyKey> : Dictionary<TPropertyKey, Object> where TPropertyKey : struct, new() |
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Class CacheablePartialObject(Of TPropertyKey As {Structure, New}) _ Inherits Dictionary(Of TPropertyKey, Object) |
Visual C++ |
---|
[SerializableAttribute] generic<typename TPropertyKey> where TPropertyKey : value class, gcnew() public ref class CacheablePartialObject : public Dictionary<TPropertyKey, Object^> |
Type Parameters
- TPropertyKey
[Missing <typeparam name="TPropertyKey"/> documentation for "T:Facebook.CacheablePartialObject`1"]
Inheritance Hierarchy
System..::.Object
System.Collections.Generic..::.Dictionary<(Of <(TPropertyKey, Object>)>)
Facebook..::.CacheablePartialObject<(Of <(TPropertyKey>)>)
System.Collections.Generic..::.Dictionary<(Of <(TPropertyKey, Object>)>)
Facebook..::.CacheablePartialObject<(Of <(TPropertyKey>)>)