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

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

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