[This is preliminary documentation and is subject to change.]

Namespace:  Phoenix.Collections
Assembly:  PhoenixShared (in PhoenixShared.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
[AttributeUsageAttribute(AttributeTargets.Method|AttributeTargets.Property, AllowMultiple = false, 
	Inherited = true)]
public sealed class SynchronizeAttribute : Attribute
<AttributeUsageAttribute(AttributeTargets.Method Or AttributeTargets.Property, AllowMultiple := False,  _
	Inherited := True)> _
Public NotInheritable Class SynchronizeAttribute _
	Inherits Attribute
[AttributeUsageAttribute(AttributeTargets::Method|AttributeTargets::Property, AllowMultiple = false, 
	Inherited = true)]
public ref class SynchronizeAttribute sealed : public Attribute

Members

         
 All Members  Constructors   Properties  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
SynchronizeAttribute()()()
SynchronizeAttribute(Boolean)
Synchronize

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    Phoenix.Collections..::.SynchronizeAttribute

See Also