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

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

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