Load() private method

private Load ( ) : CodedComment>.Dictionary
return CodedComment>.Dictionary
コード例 #1
0
        public static Dictionary <string, CodedComment> Load(TaskDataDocument taskDocument)
        {
            var loader = new CommentLoader(taskDocument);

            return(loader.Load());
        }
コード例 #2
0
ファイル: CommentLoader.cs プロジェクト: ADAPT/ISOv4Plugin
        public static Dictionary<string, CodedComment> Load(TaskDataDocument taskDocument)
        {
            var loader = new CommentLoader(taskDocument);

            return loader.Load();
        }