Fusion.Core.Shell.Invoker.FeedConfigs C# (CSharp) Méthode

FeedConfigs() private méthode

private FeedConfigs ( IEnumerable variables ) : void
variables IEnumerable
Résultat void
		internal void FeedConfigs ( IEnumerable<ConfigVariable> variables )
		{
			lock (lockObject) {
				this.variables	=	variables.ToDictionary( var1 => var1.Prefix + "." + var1.Name );
			}
		}