BrightIdeasSoftware.ObjectListView.GetCheckedObjects C# (CSharp) Метод

GetCheckedObjects() приватный Метод

private GetCheckedObjects ( ) : ArrayList
Результат ArrayList
        public virtual ArrayList GetCheckedObjects()
        {
            return ObjectListView.EnumerableToArray(this.CheckedObjects, false);
        }
ObjectListView