Ejemplo n.º 1
0
            public CollectionElementProperty(ArrayProperty <TContainer, TElement> property, int index, IPropertyAttributeCollection attributes = null)
            {
                m_Property  = property;
                IsContainer = RuntimeTypeInfoCache <TElement> .IsContainerType();

                Attributes = attributes;
                Index      = index;
            }
Ejemplo n.º 2
0
 public CollectionElementProperty(ArrayProperty <TContainer, TElement> property, int index, IPropertyAttributeCollection attributes = null)
 {
     m_Property   = property;
     m_Attributes = attributes;
     m_Index      = index;
 }