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);
        }