Protogame.DummyContentImporterContext.AddDependency C# (CSharp) Méthode

AddDependency() public méthode

The add dependency.
///
public AddDependency ( string filename ) : void
filename string /// The filename. ///
Résultat void
        public override void AddDependency(string filename)
        {
            throw new NotImplementedException();
        }
    }