Catel.ReSharper.ITreeNodeExtensions.GetFields C# (CSharp) Method

GetFields() public static method

public static GetFields ( this @this ) : List>.Dictionary
@this this
return List>.Dictionary
        public static Dictionary<string, List<DocumentRange>> GetFields(this ITreeNode @this)
        {
            Argument.IsNotNull(() => @this);

            return GetDocumentRangesDictionary(@this);
        }