Exemple #1
0
 public EcmaScriptPropertyAttribute(string name, EcmaScriptPropertyAccess access)
 {
     m_Name   = name;
     m_Access = access;
 }
 public EcmaScriptPropertyAttribute (string name, EcmaScriptPropertyAccess access)
 {
     m_Name = name;
     m_Access = access;
 }