System.Runtime.Remoting.Contexts.SynchronizationAttribute.SynchronizationAttribute C# (CSharp) Метод

SynchronizationAttribute() публичный Метод

public SynchronizationAttribute ( ) : System.Threading
Результат System.Threading
        public SynchronizationAttribute()
        
            : this(REQUIRED, false) {
        }
    

Same methods

SynchronizationAttribute::SynchronizationAttribute ( bool reEntrant ) : System.Threading
SynchronizationAttribute::SynchronizationAttribute ( int flag ) : System.Threading
SynchronizationAttribute::SynchronizationAttribute ( int flag, bool reEntrant ) : System.Threading