MongoDB.Bson.Serialization.Serializers.QueueSerializer.CreateInstance C# (CSharp) 메소드

CreateInstance() 보호된 메소드

Creates the instance.
protected CreateInstance ( Type actualType ) : object
actualType System.Type The actual type.
리턴 object
        protected override object CreateInstance(Type actualType)
        {
            return new Queue();
        }