Calyptus.Mvc.PutAttribute.Initialize C# (CSharp) Method

Initialize() protected method

protected Initialize ( System method ) : void
method System
return void
		protected override void Initialize(System.Reflection.ParameterInfo method)
		{
			if (Key == null) Key = method.Name;
		}