コード例 #1
0
ファイル: Properties.cs プロジェクト: heon21st/flashdevelop
 // Creates an empty property list with the specified defaults.
 public Properties(Properties defaults)
 {
     this.defaults = defaults;
 }
コード例 #2
0
ファイル: Properties.cs プロジェクト: heon21st/flashdevelop
 public PropertyResourceReader(Properties properties)
 {
     m_Properties = properties;
 }
コード例 #3
0
ファイル: Properties.cs プロジェクト: heon21st/flashdevelop
 // Creates an empty property list with no default values.
 public Properties()
 {
     defaults = null;
 }