File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/MsgPack/Serialization Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 2323#endif
2424
2525using System ;
26- using System . ComponentModel ;
2726#if ! UNITY || MSGPACK_UNITY_FULL
2827#endif // !UNITY || MSGPACK_UNITY_FULL
2928#if FEATURE_CONCURRENT
@@ -224,8 +223,8 @@ public DictionarySerializationOptions DictionarySerializationOptions
224223 /// The <see cref="DictionarySerializationOptions"/> which stores dictionary(map) based serialization options. This value will not be <c>null</c>.
225224 /// </value>
226225 [ Obsolete ( "Use DictionarySerializationOption instead." ) ]
227- #if XAMARIN && ( __ANDROID__ || __IOS__ )
228- [ EditorBrowsable ( EditorBrowsableState . Never ) ]
226+ #if ! UNITY && ! ( XAMARIN && ( __ANDROID__ || __IOS__ ) )
227+ [ System . ComponentModel . EditorBrowsable ( System . ComponentModel . EditorBrowsableState . Never ) ]
229228#endif
230229 public DictionarySerializationOptions DictionarySerlaizationOptions
231230 {
You can’t perform that action at this time.
0 commit comments