AK.F1.Timing.Server.IO.ByteBufferSnapshotTest.ctor_does_not_throws_if_offset_and_count_are_valid C# (CSharp) Метод

ctor_does_not_throws_if_offset_and_count_are_valid() приватный Метод

private ctor_does_not_throws_if_offset_and_count_are_valid ( int bufferSize, int offset, int count ) : void
bufferSize int
offset int
count int
Результат void
        public void ctor_does_not_throws_if_offset_and_count_are_valid(int bufferSize, int offset, int count)
        {
            Assert.DoesNotThrow(() => Create(bufferSize, offset, count));
        }