Атрибут: Не хочет преобразовывать к базовому типу
От: DarthSidius  
Дата: 06.05.12 02:23
Оценка:
    [AttributeUsage(AttributeTargets.Class)]
    class MyAtr : Attribute
    {
        public prop : object { get; set; }

        public this(_asd : string)
        {
        }
    }

    [MyAtr("hhh", prop = "zxc")]
    class Test
    {
    }

Ошибка:

error : the member `prop' has type object while the value assigned has type string

... << RSDN@Home 1.2.0 alpha 5 rev. 1539>>
♠♠♥♠♠♦♥
 
Подождите ...
Wait...
Пока на собственное сообщение не было ответов, его можно удалить.