System.Reflection.MonoArrayMethod.GetMethodImplementationFlags C# (CSharp) Method

GetMethodImplementationFlags() private method

private GetMethodImplementationFlags ( ) : MethodImplAttributes
return MethodImplAttributes
		public override MethodImplAttributes GetMethodImplementationFlags() {
			return (MethodImplAttributes)0;
		}