Axiom.RenderSystems.DirectX9.HLSL.HLSLIncludeHandler.Close C# (CSharp) 메소드

Close() 공개 메소드

public Close ( Stream fileStream ) : void
fileStream System.IO.Stream
리턴 void
		public void Close( Stream fileStream )
		{
			fileStream.Close();
		}