System.Xml.Schema.SchemaInfo.Contains C# (CSharp) Метод

Contains() публичный Метод

public Contains ( string ns ) : bool
ns string
Результат bool
        public bool Contains(string ns) {
            return targetNamespaces[ns] != null;
        }