Beaver.ConfigTransformation.InPlaceTransformer.CollectionXmlTransformationLogger.CollectionXmlTransformationLogger C# (CSharp) Method

CollectionXmlTransformationLogger() public method

public CollectionXmlTransformationLogger ( ) : System
return System
            public CollectionXmlTransformationLogger()
            {
                Messages = new List<Message>();
                HasErrors = false;
            }