File tree Expand file tree Collapse file tree
src/MsgPack/Serialization Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424
2525using System ;
2626#if ! UNITY || MSGPACK_UNITY_FULL
27+ using System . ComponentModel ;
2728#endif // !UNITY || MSGPACK_UNITY_FULL
2829#if FEATURE_CONCURRENT
2930using System . Collections . Concurrent ;
@@ -223,8 +224,8 @@ public DictionarySerializationOptions DictionarySerializationOptions
223224 /// The <see cref="DictionarySerializationOptions"/> which stores dictionary(map) based serialization options. This value will not be <c>null</c>.
224225 /// </value>
225226 [ Obsolete ( "Use DictionarySerializationOption instead." ) ]
226- #if ! UNITY && ! ( XAMARIN && ( __ANDROID__ || __IOS__ ) )
227- [ System . ComponentModel . EditorBrowsable ( System . ComponentModel . EditorBrowsableState . Never ) ]
227+ #if ! UNITY || MSGPACK_UNITY_FULL
228+ [ EditorBrowsable ( EditorBrowsableState . Never ) ]
228229#endif
229230 public DictionarySerializationOptions DictionarySerlaizationOptions
230231 {
You can’t perform that action at this time.
0 commit comments