File tree Expand file tree Collapse file tree 3 files changed +24
-24
lines changed
sdk/core/Azure.Core.Experimental/api Expand file tree Collapse file tree 3 files changed +24
-24
lines changed Original file line number Diff line number Diff line change @@ -168,14 +168,6 @@ public void Reset() { }
168
168
System . Collections . IEnumerator System . Collections . IEnumerable . GetEnumerator ( ) { throw null ; }
169
169
}
170
170
}
171
- [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
172
- public readonly partial struct DynamicJsonProperty
173
- {
174
- private readonly object _dummy ;
175
- private readonly int _dummyPrimitive ;
176
- public string Name { get { throw null ; } }
177
- public Azure . Core . Dynamic . DynamicJson Value { get { throw null ; } }
178
- }
179
171
public enum DynamicJsonNameMapping
180
172
{
181
173
None = 0 ,
@@ -190,6 +182,14 @@ public partial struct DynamicJsonOptions
190
182
public DynamicJsonOptions ( ) { throw null ; }
191
183
public Azure . Core . Dynamic . DynamicJsonNameMapping PropertyNameCasing { get { throw null ; } set { } }
192
184
}
185
+ [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
186
+ public readonly partial struct DynamicJsonProperty
187
+ {
188
+ private readonly object _dummy ;
189
+ private readonly int _dummyPrimitive ;
190
+ public string Name { get { throw null ; } }
191
+ public Azure . Core . Dynamic . DynamicJson Value { get { throw null ; } }
192
+ }
193
193
}
194
194
namespace Azure . Core . Json
195
195
{
Original file line number Diff line number Diff line change @@ -168,14 +168,6 @@ public void Reset() { }
168
168
System . Collections . IEnumerator System . Collections . IEnumerable . GetEnumerator ( ) { throw null ; }
169
169
}
170
170
}
171
- [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
172
- public readonly partial struct DynamicJsonProperty
173
- {
174
- private readonly object _dummy ;
175
- private readonly int _dummyPrimitive ;
176
- public string Name { get { throw null ; } }
177
- public Azure . Core . Dynamic . DynamicJson Value { get { throw null ; } }
178
- }
179
171
public enum DynamicJsonNameMapping
180
172
{
181
173
None = 0 ,
@@ -190,6 +182,14 @@ public partial struct DynamicJsonOptions
190
182
public DynamicJsonOptions ( ) { throw null ; }
191
183
public Azure . Core . Dynamic . DynamicJsonNameMapping PropertyNameCasing { get { throw null ; } set { } }
192
184
}
185
+ [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
186
+ public readonly partial struct DynamicJsonProperty
187
+ {
188
+ private readonly object _dummy ;
189
+ private readonly int _dummyPrimitive ;
190
+ public string Name { get { throw null ; } }
191
+ public Azure . Core . Dynamic . DynamicJson Value { get { throw null ; } }
192
+ }
193
193
}
194
194
namespace Azure . Core . Json
195
195
{
Original file line number Diff line number Diff line change @@ -168,14 +168,6 @@ public void Reset() { }
168
168
System . Collections . IEnumerator System . Collections . IEnumerable . GetEnumerator ( ) { throw null ; }
169
169
}
170
170
}
171
- [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
172
- public readonly partial struct DynamicJsonProperty
173
- {
174
- private readonly object _dummy ;
175
- private readonly int _dummyPrimitive ;
176
- public string Name { get { throw null ; } }
177
- public Azure . Core . Dynamic . DynamicJson Value { get { throw null ; } }
178
- }
179
171
public enum DynamicJsonNameMapping
180
172
{
181
173
None = 0 ,
@@ -190,6 +182,14 @@ public partial struct DynamicJsonOptions
190
182
public DynamicJsonOptions ( ) { throw null ; }
191
183
public Azure . Core . Dynamic . DynamicJsonNameMapping PropertyNameCasing { get { throw null ; } set { } }
192
184
}
185
+ [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
186
+ public readonly partial struct DynamicJsonProperty
187
+ {
188
+ private readonly object _dummy ;
189
+ private readonly int _dummyPrimitive ;
190
+ public string Name { get { throw null ; } }
191
+ public Azure . Core . Dynamic . DynamicJson Value { get { throw null ; } }
192
+ }
193
193
}
194
194
namespace Azure . Core . Json
195
195
{
You can’t perform that action at this time.
0 commit comments