Mono.CSharp.InterfaceMemberBase.Error_StaticReturnType C# (CSharp) 메소드

Error_StaticReturnType() 보호된 메소드

protected Error_StaticReturnType ( ) : void
리턴 void
		protected void Error_StaticReturnType ()
		{
			Report.Error (722, Location,
				"`{0}': static types cannot be used as return types",
				MemberType.GetSignatureForError ());
		}