Castle.ActiveRecord.ImportAttribute.ImportAttribute C# (CSharp) Méthode

ImportAttribute() public méthode

Initializes a new instance of the ImportAttribute class.
public ImportAttribute ( Type type, string rename ) : System
type System.Type The type.
rename string The rename.
Résultat System
		public ImportAttribute(Type type, string rename)
		{
			this.type = type;
			this.rename = rename;
		}
ImportAttribute