コード例 #1
0
ファイル: TypeParser.cs プロジェクト: llenroc/sharpDox
        private void AddParsedProperties(SDType sdType, IType type)
        {
            var propertyParser = new PropertyParser(_repository, this, _sharpDoxConfig);

            propertyParser.ParseProperties(sdType, type);
        }
コード例 #2
0
ファイル: TypeParser.cs プロジェクト: llenroc/sharpDox
 private void AddParsedProperties(SDType sdType, IType type)
 {
     var propertyParser = new PropertyParser(_repository, this, _sharpDoxConfig);
     propertyParser.ParseProperties(sdType, type);
 }