문제

How can i fix this problem, I have tried everything but always the same error:

I am using this API: https://github.com/xamarin/google-apis

enter image description here

도움이 되었습니까?

해결책

Convert it to explicit call to the extension:

        var attribute = 
         Google.Apis.Util.Utilities.
             GetCustomAttribute<Google.Apis.Util.RequestParameterAttribute>
                 (property);
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top