CPF/CPF/ObjInfo.cs
2023-11-21 23:05:03 +08:00

12 lines
217 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace CPF
{
class ObjInfo: Dictionary<string, PropertyMetadataAttribute>
{
public List<ComputeProtertyInfo> Computed;
}
}