Mono.Linker.LinkContext.HasParameter C# (CSharp) Méthode

HasParameter() public méthode

public HasParameter ( string key ) : bool
key string
Résultat bool
		public bool HasParameter (string key)
		{
			return _parameters.Contains (key);
		}