System.Threading.ExecutionContext.ExecutionContext.CreateCopy C# (CSharp) Метод

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

public CreateCopy ( ) : ExecutionContext
Результат ExecutionContext
		public ExecutionContext CreateCopy ()
		{
			if (!_capture)
				throw new InvalidOperationException ();

			return new ExecutionContext (this);
		}