# Delegate.Demo **Repository Path**: csharpdemo/Delegate.Demo ## Basic Information - **Project Name**: Delegate.Demo - **Description**: 委托 - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-05-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #Delegate.Demo > 委托实例 ``` csharp public delegate string Message(string name); ```