GetstaticView sourcepublic static T Get<T>() Gets a value from the pool. ReturnsA value from the pool.
Return(T)staticView sourcepublic static void Return<T>(T obj) Returns a value to the pool. ParametersobjTThe value to return.