Amazon.S3.Model.Internal.MarshallTransformations.DeleteCORSConfigurationResponseUnmarshaller.GetInstance C# (CSharp) Метод

GetInstance() публичный статический Метод

public static GetInstance ( ) : DeleteCORSConfigurationResponseUnmarshaller
Результат DeleteCORSConfigurationResponseUnmarshaller
        public static DeleteCORSConfigurationResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
                instance = new DeleteCORSConfigurationResponseUnmarshaller();
            }
            return instance;
        }
    
DeleteCORSConfigurationResponseUnmarshaller