using System; using System.Collections.ObjectModel; using System.Runtime.CompilerServices; using Cpp2IlInjected; namespace System.Linq.Expressions { /// Represents initializing members of a member of a newly created object. // Token: 0x020000B2 RID: 178 [Token(Token = "0x20000B2")] public sealed class MemberMemberBinding : MemberBinding { /// Gets the bindings that describe how to initialize the members of a member. /// A of objects that describe how to initialize the members of the member. // Token: 0x170000E0 RID: 224 // (get) Token: 0x06000538 RID: 1336 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x170000E0")] public ReadOnlyCollection Bindings { [Token(Token = "0x6000538")] [Address(RVA = "0x4157C0", Offset = "0x4147C0", VA = "0x1804157C0")] [CompilerGenerated] get { return null; } } } }