Bind.Wgl.Generator.ReadDelegates C# (CSharp) Méthode

ReadDelegates() public méthode

public ReadDelegates ( System specFile ) : Bind.Structures.DelegateCollection
specFile System
Résultat Bind.Structures.DelegateCollection
		public override Bind.Structures.DelegateCollection ReadDelegates(System.IO.StreamReader specFile)
		{
			return base.ReadDelegates(specFile);
		}
    }