Inazuma.Mono.Cecil.MethodReturnType.MethodReturnType C# (CSharp) Méthode

MethodReturnType() public méthode

public MethodReturnType ( IMethodSignature method ) : System.Threading
method IMethodSignature
Résultat System.Threading
		public MethodReturnType (IMethodSignature method)
		{
			this.method = method;
		}
	}
MethodReturnType