|  | GameObjectGetPropertyMetadata Method | 
 
Namespace: DigitalRune.GameAssembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
 Syntax
Syntaxpublic static IEnumerable<IGamePropertyMetadata> GetPropertyMetadata()
Public Shared Function GetPropertyMetadata As IEnumerable(Of IGamePropertyMetadata)
public:
static IEnumerable<IGamePropertyMetadata^>^ GetPropertyMetadata()
static member GetPropertyMetadata : unit -> IEnumerable<IGamePropertyMetadata> 
Return Value
Type: 
IEnumerableIGamePropertyMetadata
            The global collection of all created game object property metadata.
            
 See Also
See Also