SilverlightMappingToolBasic.ThemePropertyAttribute.ThemePropertyAttribute C# (CSharp) 메소드

ThemePropertyAttribute() 공개 메소드

public ThemePropertyAttribute ( string propertyKeyName ) : System
propertyKeyName string
리턴 System
        public ThemePropertyAttribute(string propertyKeyName)
        {
            PropertyKeyName = propertyKeyName;
        }
ThemePropertyAttribute