Skip to content

Instantly share code, notes, and snippets.

using System;
//To work : like a Class and that hidden by System.
delegate void GataMethod(); // Class declarationa
//a class Including some method, It was send throw the Gata.
class MehtodHolder //Sender
{
public void SomeMethod()
@LilinYume
LilinYume / EOFprop.cs
Created May 15, 2013 02:11
EOFを取るプロパティ
using System;
using System.IO;
class prop
{
public bool EOF {
get{
io s = new io();
return s.streamFile();
}