'宣言
Public Function GetLinesBetween( _
ByVal top As System.Double, _
ByVal bottom As System.Double _
) As System.Collections.Generic.IEnumerable(Of C1Line)
public System.Collections.Generic.IEnumerable<C1Line> GetLinesBetween(
System.double top,
System.double bottom
)