示例#1
0
		internal virtual void InitFromProperty(APGenPropertyInformation propertyInfo)
		{
			_elementInfo = new APGenElementInformation(this, propertyInfo);
			Init();
		}
示例#2
0
 internal virtual void InitFromProperty(APGenPropertyInformation propertyInfo)
 {
     _elementInfo = new APGenElementInformation(this, propertyInfo);
     Init();
 }