30 lines
1.0 KiB
C#
30 lines
1.0 KiB
C#
using System;
|
|
using System.Collections.ObjectModel;
|
|
using System.Runtime.CompilerServices;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Linq.Expressions
|
|
{
|
|
/// <summary>Represents initializing members of a member of a newly created object.</summary>
|
|
// Token: 0x020000A7 RID: 167
|
|
[Token(Token = "0x20000A7")]
|
|
public sealed class MemberMemberBinding : MemberBinding
|
|
{
|
|
/// <summary>Gets the bindings that describe how to initialize the members of a member.</summary>
|
|
/// <returns>A <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" /> of <see cref="T:System.Linq.Expressions.MemberBinding" /> objects that describe how to initialize the members of the member.</returns>
|
|
// Token: 0x170000C0 RID: 192
|
|
// (get) Token: 0x060004AC RID: 1196 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x170000C0")]
|
|
public ReadOnlyCollection<MemberBinding> Bindings
|
|
{
|
|
[Token(Token = "0x60004AC")]
|
|
[Address(RVA = "0x3F6400", Offset = "0x3F5200", VA = "0x1803F6400")]
|
|
[CompilerGenerated]
|
|
get
|
|
{
|
|
return null;
|
|
}
|
|
}
|
|
}
|
|
}
|