ElementInit.AddMethod Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the instance method that is used to add an element to an IEnumerable collection.
Assembly: System.Core (in System.Core.dll)
Property Value
Type: System.Reflection.MethodInfoA MethodInfo that represents an instance method that adds an element to a collection.
Show: