Exemplo n.º 1
0
        private static SmiMetaDataPropertyCollection CreateEmptyInstance()
        {
            var emptyInstance = new SmiMetaDataPropertyCollection();

            emptyInstance.SetReadOnly();
            return(emptyInstance);
        }
Exemplo n.º 2
0
 static SmiMetaDataPropertyCollection()
 {
     EmptyInstance = new SmiMetaDataPropertyCollection();
     EmptyInstance.SetReadOnly();
 }