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: 0x020000B2 RID: 178
|
|
[Token(Token = "0x20000B2")]
|
|
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: 0x170000E0 RID: 224
|
|
// (get) Token: 0x06000538 RID: 1336 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x170000E0")]
|
|
public ReadOnlyCollection<MemberBinding> Bindings
|
|
{
|
|
[Token(Token = "0x6000538")]
|
|
[Address(RVA = "0x4157C0", Offset = "0x4147C0", VA = "0x1804157C0")]
|
|
[CompilerGenerated]
|
|
get
|
|
{
|
|
return null;
|
|
}
|
|
}
|
|
}
|
|
}
|