PHP.Core.LibrarySection.LibrarySection C# (CSharp) Method

LibrarySection() public method

public LibrarySection ( PHP.Core.PhpLibraryDescriptor descriptor ) : System
descriptor PHP.Core.PhpLibraryDescriptor
return System
		public LibrarySection(PhpLibraryDescriptor/*!*/ descriptor)
		{
			Debug.Assert(descriptor != null);

			this.Descriptor = descriptor;
			this.UserContext = descriptor.CreateConfigContext();
		}
	}
LibrarySection