System.Reflection.Emit.MethodOnTypeBuilderInst.GetMethodImplementationFlags C# (CSharp) Méthode

GetMethodImplementationFlags() public méthode

public GetMethodImplementationFlags ( ) : MethodImplAttributes
Résultat MethodImplAttributes
		public override MethodImplAttributes GetMethodImplementationFlags ()
		{
			return mb.GetMethodImplementationFlags ();
		}