Пример #1
0
 /// <summary>
 ///   Initializes a new instance.
 /// </summary>
 /// <param name="kind">
 ///   The kind of the root component, indicating whether the component is considered to be a controller or a plant.
 /// </param>
 public RootAttribute(RootKind kind)
 {
     Kind = kind;
 }
Пример #2
0
		/// <summary>
		///   Initializes a new instance.
		/// </summary>
		/// <param name="kind">
		///   The kind of the root component, indicating whether the component is considered to be a controller or a plant.
		/// </param>
		public RootAttribute(RootKind kind)
		{
			Kind = kind;
		}