Amazon.RDS.Model.Internal.MarshallTransformations.RemoveTagsFromResourceResponseUnmarshaller.UnmarshallResult C# (CSharp) Метод

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

private UnmarshallResult ( XmlUnmarshallerContext context, RemoveTagsFromResourceResponse response ) : void
context XmlUnmarshallerContext
response RemoveTagsFromResourceResponse
Результат void
        private static void UnmarshallResult(XmlUnmarshallerContext context, RemoveTagsFromResourceResponse response)
        {
            
            int originalDepth = context.CurrentDepth;
            int targetDepth = originalDepth + 1;
            
            if (context.IsStartOfDocument) 
               targetDepth += 2;
            
            while (context.ReadAtDepth(originalDepth))
            {
                if (context.IsStartElement || context.IsAttribute)
                {

                } 
           }

            return;
        }