Ejemplo n.º 1
0
		///<summary>
		///Конструктор с параметрами.
		///</summary>
		public oberon_ident_with_export_marker(string _name,oberon_export_marker _marker,SourceContext sc)
		{
			this._name=_name;
			this._marker=_marker;
			source_context = sc;
		}
Ejemplo n.º 2
0
		///<summary>
		///Конструктор с параметрами.
		///</summary>
		public oberon_ident_with_export_marker(oberon_export_marker _marker,SourceContext sc)
		{
			this._marker=_marker;
			source_context = sc;
		}
Ejemplo n.º 3
0
		///<summary>
		///Конструктор с параметрами.
		///</summary>
		public oberon_ident_with_export_marker(string _name,oberon_export_marker _marker)
		{
			this._name=_name;
			this._marker=_marker;
		}
Ejemplo n.º 4
0
		///<summary>
		///Конструктор с параметрами.
		///</summary>
		public oberon_ident_with_export_marker(oberon_export_marker _marker)
		{
			this._marker=_marker;
		}