Blacker.MangaScraper.Helpers.ListBoxExtension.GetSelectedItemsSource C# (CSharp) 메소드

GetSelectedItemsSource() 공개 정적인 메소드

public static GetSelectedItemsSource ( DependencyObject element ) : IList
element System.Windows.DependencyObject
리턴 IList
        public static IList GetSelectedItemsSource(DependencyObject element)
        {
            if (element == null)
                throw new ArgumentNullException("element"); return (IList)element.GetValue(SelectedItemsSourceProperty);
        }