Pomona.Common.ExtendedResources.ExtendedResourceInfo.Validate C# (CSharp) Метод

Validate() приватный Метод

private Validate ( ) : void
Результат void
        internal void Validate()
        {
            foreach (var prop in ExtendedProperties.OfType<InvalidExtendedProperty>())
                throw new ExtendedResourceMappingException(prop.ErrorMessage);
        }