SilverlightMappingToolBasic.ThemePropertyAttribute.ThemePropertyAttribute C# (CSharp) Метод

ThemePropertyAttribute() публичный Метод

public ThemePropertyAttribute ( string propertyKeyName ) : System
propertyKeyName string
Результат System
        public ThemePropertyAttribute(string propertyKeyName)
        {
            PropertyKeyName = propertyKeyName;
        }
ThemePropertyAttribute