Catel.ReSharper.ITreeNodeExtensions.GetFields C# (CSharp) Метод

GetFields() публичный статический Метод

public static GetFields ( this @this ) : List>.Dictionary
@this this
Результат List>.Dictionary
        public static Dictionary<string, List<DocumentRange>> GetFields(this ITreeNode @this)
        {
            Argument.IsNotNull(() => @this);

            return GetDocumentRangesDictionary(@this);
        }