PHP.Core.GlobalConfiguration.PostedFilesSection.DeepCopy C# (CSharp) Method

DeepCopy() private method

private DeepCopy ( ) : PostedFilesSection
return PostedFilesSection
			internal PostedFilesSection DeepCopy()
			{
				return (PostedFilesSection)MemberwiseClone();
			}
		}
GlobalConfiguration.PostedFilesSection