CCNet.Build.Common.BinaryReference.Reload C# (CSharp) Méthode

Reload() protected méthode

Reloads all the inner properties.
protected Reload ( ) : void
Résultat void
		protected override void Reload()
		{
			var include = m_element.Attribute("Include").Value;
			AssemblyName = new AssemblyName(include);
		}