Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetIEnumerableGetEnumeratorMethod()

static MethodInfo System.Runtime.Serialization.CollectionDataContract.GetIEnumerableGetEnumeratorMethod ( [DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.All)] Type type,
[DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicMethods)] Type ienumerableInterface )
inlinestaticprivate

Definition at line 1410 of file CollectionDataContract.cs.

1411 {
1412 return GetTargetMethodWithName("GetEnumerator", type, ienumerableInterface);
1413 }
static MethodInfo GetTargetMethodWithName(string name, [DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.All)] Type type, [DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicMethods)] Type interfaceType)

References System.Runtime.Serialization.CollectionDataContract.GetTargetMethodWithName(), and System.type.

Referenced by System.Runtime.Serialization.CollectionDataContract.GetCollectionMethods().