SdkTests/Interface/NativeInterface.cs (7 lines of code) (raw):

namespace Interface { public partial interface NativeInterface { MyValue Value { get; } } }